Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thirotan committed Dec 11, 2015
1 parent 8d1b4ad commit 81d3e52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/requests/authentication_pages_spec.rb
Expand Up @@ -28,11 +28,7 @@

describe "with valid information" do
let(:user) { FactoryGirl.create(:user) }
<<<<<<< HEAD
before { valid_signin(user) }
=======
before { sign_in user }
>>>>>>> updating-users

it { is_expected.to have_title(user.name) }
it { is_expected.to have_link('Users', href: users_path) }
Expand Down

0 comments on commit 81d3e52

Please sign in to comment.