Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 20, 2024
1 parent 3c73ff3 commit fc646a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/requests/settings/users_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
end
end

describe "GET /show" do
describe "GET /show", :as_moderator do
it "renders a successful response" do
user = Settings::User.create! valid_attributes
get user_url(user)
expect(response).to be_successful
end
end

describe "GET /new" do
end

0 comments on commit fc646a3

Please sign in to comment.