spec/support/string_presenter.rb in action_presenter-1.1 vs spec/support/string_presenter.rb in action_presenter-1.1.1
- old
+ new
@@ -6,6 +6,12 @@
class FoobarPresenter < ActionPresenter::Base
def foobar
'bar'
end
+end
+
+
+module Foo
+ class StringPresenter < ActionPresenter::Base
+ end
end
\ No newline at end of file