features/fakes/fake_objects.feature in bogus-0.0.3.rc.2 vs features/fakes/fake_objects.feature in bogus-0.0.3

- old
+ new

@@ -21,10 +21,10 @@ fake(:foo, bar: "value") Which is equivalent to: - let(:foo) [ fake(:foo, bar: "value")] + let(:foo) { fake(:foo, bar: "value") } Background: Given a file named "foo.rb" with: """ruby class Library