test/helper.rb in birthdays-0.1.2 vs test/helper.rb in birthdays-0.1.3
- old
+ new
@@ -1,4 +1,14 @@
+## Uncomment if you want to run a test directly without running
+## `bundle exec ruby -I test test/test_...rb`
+## (another solution if 'bundler/setup' is called on the Rakefile is to use
+## `rake test TEST=test/test_...rb`)
+# begin
+# require 'bundler/setup'
+# rescue LoadError => error
+# warn "Could not setup bundler: #{error.message}"
+# end
+
require 'minitest/autorun'
## Uncomment to launch pry on a failure
#require 'pry-rescue/minitest'