Skip to content

Commit

Permalink
Aplly codeclimate suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Jan 29, 2018
1 parent a040440 commit 4973ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/admin/users_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

let!(:admin) { create(:user, :admin) }
let!(:manager) { create(:user) }
let!(:manage) { create(:manage, user: manager)}
let!(:manage) { create(:manage, user: manager) }
let!(:lobby) { create(:user, :lobby) }

before { login_as admin }
Expand Down

0 comments on commit 4973ad2

Please sign in to comment.