test/integration/navigation_test.rb in killbill-avatax-2.0.0 vs test/integration/navigation_test.rb in killbill-avatax-2.1.0
- old
+ new
@@ -1,9 +1,10 @@
+# frozen_string_literal: true
+
require 'test_helper'
class NavigationTest < ActionDispatch::IntegrationTest
-
include Avatax::Engine.routes.url_helpers
test 'can see the main configuration page' do
get '/avatax'
assert_response :success
@@ -12,6 +13,5 @@
test 'can see the plugin configuration page' do
get '/avatax/configuration/plugin'
assert_response :success
end
end
-