Module: Spec::Fixture::Extentions::Example::ExampleGroupMethods
- Defined in:
- lib/spec/fixture/extentions/example/example_group_methods.rb
Instance Method Summary collapse
Instance Method Details
#with_fixtures(hash = { :input => :expected }, &fixture_block) ⇒ Object
6 7 8 |
# File 'lib/spec/fixture/extentions/example/example_group_methods.rb', line 6 def with_fixtures hash={ :input => :expected }, &fixture_block Spec::Fixture::Base.new(self, hash, &fixture_block).run end |