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