summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-09-04 13:45:15 +0200
committerAzul <azul@leap.se>2012-09-04 13:45:15 +0200
commit6ea671ff9fca7a22126f2348c63eb4ac471eecea (patch)
tree6ac518ba9cfbaa0f0019e2bcc38e4ff31b927380 /test/test_helper.rb
parent0b5b9faea05493b68c6f571b74344a3ddaee1a0c (diff)
added first test - requires mocha
We're using mocha because minitest currently does not allow to yield from mocks. See https://github.com/seattlerb/minitest/issues/160
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
new file mode 100644
index 0000000..742e462
--- /dev/null
+++ b/test/test_helper.rb
@@ -0,0 +1,3 @@
+require 'rubygems'
+require 'minitest/autorun'
+require 'mocha'