spec/spec_helper.rb in
startback-0.12.0
vs spec/spec_helper.rb in
startback-0.12.1
- old
+ new
@@ -8,5 +8,10 @@
end RSpec.configure do |c| c.include SpecHelpers end
+
+class User
+ class Changed < Startback::Event
+ end
+end