We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f6938 commit c34ef4aCopy full SHA for c34ef4a
1 file changed
test/controllers/subscriptions_controller_test.rb
@@ -26,7 +26,6 @@ class SubscriptionsControllerTest < ActionController::TestCase
26
sign_in users(:standard_user)
27
get :new, params: { type: 'all' }
28
assert_response(:success)
29
- assert_not_nil assigns(:phrasing)
30
assert_not_nil assigns(:subscription)
31
end
32
0 commit comments