Skip to content

Commit

Permalink
minor fixes to gemfile and spurious show-me-page
Browse files Browse the repository at this point in the history
  • Loading branch information
armandofox committed Sep 26, 2024
1 parent e45a5eb commit 307b8dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ group :test do
gem 'faker'
gem 'fake_stripe'
gem 'selenium-webdriver', require: false
gem 'simplecov-cobertura'
gem 'rspec-json_expectations'
gem 'rails-controller-testing' # for assigns()
gem 'simplecov', '0.17.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Feature: setup recurring donation
Scenario: successfully create new recurring donation

When I visit the recurring donations setup page
Then show me the page
And I fill in "Amount" with "25"
And I press "Proceed to Payment"

Expand Down

0 comments on commit 307b8dd

Please sign in to comment.