test/test_helper.rb in extface-0.3.0 vs test/test_helper.rb in extface-0.4.0
- old
+ new
@@ -21,9 +21,9 @@
fixtures :all
end
module Extface
class ActionController::TestCase
setup do
- @routes = Engine.routes
+ @routes = Extface::Engine.routes
end
end
end