RSpec is a popular tool for performing BDD at the unit test level and was the tool that inspired the creation of Cucumber.
Behave Pro doesn't support RSpec because it focuses on building a "Shared Understanding" for a User Story or requirement, and exports Scenarios/Examples in gherkin (Given When Then) format which RSpec can't process.