test/test_helper.rb in bookingit-0.0.1 vs test/test_helper.rb in bookingit-0.1.0

- old
+ new

@@ -1,8 +1,9 @@ require 'test/unit' require 'clean_test/test_case' require 'bookingit' +require "mocha/test_unit" # Add test libraries you want to use here, e.g. mocha class Test::Unit::TestCase include Clean::Test::GivenWhenThen @@ -10,5 +11,6 @@ include Clean::Test::Any # Add global extensions to the test case class here end +I18n.enforce_available_locales = false