Skip to content

Commit

Permalink
chore: use simpler spec
Browse files Browse the repository at this point in the history
  • Loading branch information
loqimean committed Jul 22, 2023
1 parent 9ff9a2a commit bfd72ab
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions spec/lib/invoices/simple_invoice_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@
context "without parameters" do
subject { described_class.new }

it "initializes with nil redirect_url" do
expect(subject.redirect_url).to be_nil
end

it "initializes with nil webhook_url" do
expect(subject.webhook_url).to be_nil
end
it { is_expected.to be_a(described_class) }
end
end

Expand Down

0 comments on commit bfd72ab

Please sign in to comment.