Skip to content

Commit

Permalink
minor tweak to RSpec tests for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Jun 7, 2014
1 parent a63cb75 commit 1406617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/sessions_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
it "creates a session" do
expect(session[:user_id]).to be_nil
post :create, provider: :twitter
expect(session[:user_id]).to_not be_nil
expect(session[:user_id]).not_to be_nil
end

it "redirects the user to the user profile" do
Expand Down

0 comments on commit 1406617

Please sign in to comment.