lib/bogus/fake.rb in bogus-0.0.2 vs lib/bogus/fake.rb in bogus-0.0.3.rc.1

- old
+ new

@@ -1,8 +1,14 @@ module Bogus + module FakeObject + # marker for fake objects + end + class Fake include RecordInteractions extend RecordInteractions + include FakeObject + extend FakeObject def initialize(*args) end def to_s