spec/spec_helper.rb in combustion-0.9.0 vs spec/spec_helper.rb in combustion-0.9.1
- old
+ new
@@ -10,6 +10,6 @@
class ActiveRecord::ConnectionAdapters::Mysql2Adapter
NATIVE_DATABASE_TYPES[:primary_key] = "int(11) auto_increment PRIMARY KEY"
end
end
-require File.expand_path("../dummy/lib/engine.rb", __FILE__)
+require File.expand_path("dummy/lib/engine.rb", __dir__)