Skip to content

Commit

Permalink
fixed valvat fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Oct 9, 2023
1 parent 77e8fcc commit 28e38e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/system/billing_profiles_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def test_billing_profiles_list_contains_links_to_profiles
end

def test_a_user_can_create_billing_profile_for_a_vat_liable_company
Valvat.new('IE6388047V').stubs(:exists?).returns(true)

visit new_billing_profile_path
fill_in_address

Expand Down

0 comments on commit 28e38e6

Please sign in to comment.