Skip to content

Commit

Permalink
simplify specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Mar 3, 2022
1 parent 737aa31 commit 76c0553
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,8 @@ def call
end
end

it "properly works with abstract service" do
it "properly works with inherited services" do
expect(InheritedService.call!).to eq(:success_result)
end

it "properly works with inherited service" do
expect(SubService.call!).to eq(:success_result)
end

Expand Down

0 comments on commit 76c0553

Please sign in to comment.