Skip to content

Commit

Permalink
Remove current_user= test as method was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 9, 2024
1 parent f1366b0 commit cc82b94
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/models/current_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@
expect(Current.user).to eq(:user)
end
end

describe "current_user= via ApplicationController" do
it "sets the current user" do
ApplicationController.current_user = :user
expect(Current.user).to eq(:user)
end
end
end

0 comments on commit cc82b94

Please sign in to comment.