spec/spec_helper.rb in adhearsion-2.0.0.alpha1 vs spec/spec_helper.rb in adhearsion-2.0.0.alpha2
- old
+ new
@@ -43,5 +43,19 @@
puts e.message
puts e.backtrace.join("\n")
end
Adhearsion::Logging.silence!
+
+
+# Test modules for #mixin methods
+module TestBiscuit
+ def throwadogabone
+ true
+ end
+end
+
+module MarmaladeIsBetterThanJam
+ def sobittersweet
+ true
+ end
+end
\ No newline at end of file