Skip to content

Commit

Permalink
Remove spec that doesn't test anything anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Feb 14, 2024
1 parent 13571b5 commit d00fb90
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/models/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,4 @@
end
end
end
describe "Instance Methods" do
describe "#name" do
it "returns the name a name exists" do
expect(subject.name).to eql subject.name
end
end
end
end

0 comments on commit d00fb90

Please sign in to comment.