Skip to content

Commit

Permalink
Require user_roles fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 27, 2016
1 parent 28864d8 commit f7b4793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/user_login_test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "test_helper"

class UserLoginTest < ActionDispatch::IntegrationTest
fixtures :users
fixtures :users, :user_roles

def setup
OmniAuth.config.test_mode = true
Expand Down

0 comments on commit f7b4793

Please sign in to comment.