Skip to content

Commit

Permalink
Deal with deprecation warning re Rails 6 and the predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
nodunayo committed May 29, 2018
1 parent b477e2c commit 85c40f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/pages_controller_spec.rb
Expand Up @@ -6,7 +6,7 @@
describe "GET #homepage" do
it 'returns success' do
get :homepage
expect(response).to be_a_success
expect(response).to be_successful
end
end
end

0 comments on commit 85c40f4

Please sign in to comment.