Class: Bdd::Adapters::RSpecAdapter
- Defined in:
- lib/bdd/adapters/rspec_adapter.rb
Defined Under Namespace
Modules: ExampleGroup, Formatter
Instance Method Summary collapse
-
#initialize ⇒ RSpecAdapter
constructor
A new instance of RSpecAdapter.
Methods inherited from Base
Constructor Details
#initialize ⇒ RSpecAdapter
Returns a new instance of RSpecAdapter.
5 6 7 8 9 10 |
# File 'lib/bdd/adapters/rspec_adapter.rb', line 5 def initialize @example_module = ExampleGroup @formatter_module = Formatter @formatter_class = Bdd::RSpec::Formatter @framework_example_class = ::RSpec::Core::ExampleGroup end |