Upgrade to Rails 5.0.0.1
This commit is contained in:
parent
ff2cbc0753
commit
10ba09f546
47 changed files with 398 additions and 291 deletions
|
@ -3,7 +3,7 @@ require 'rails_helper'
|
|||
RSpec.describe SettingsController, type: :controller do
|
||||
|
||||
before do
|
||||
sign_in :user, Fabricate(:user)
|
||||
sign_in Fabricate(:user), scope: :user
|
||||
end
|
||||
|
||||
describe "GET #show" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue