bin/test in authoreyes-0.2.1 vs bin/test in authoreyes-0.2.2
- old
+ new
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-$: << File.expand_path(File.expand_path('../../test', __FILE__))
+$LOAD_PATH << File.expand_path(File.expand_path('../../test', __FILE__))
require 'bundler/setup'
require 'rails/test_unit/minitest_plugin'
Rails::TestUnitReporter.executable = 'bin/test'