Skip to content

Commit

Permalink
Cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MUTOgen committed Aug 10, 2024
1 parent 0ce2cb6 commit b1f96d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Cypress.Commands.add('appFixtures', function (options) {
// The next is optional
// beforeEach(() => {
// cy.app('clean') // have a look at cypress/app_commands/clean.rb
// cy.mockGraphQL(); // for GraphQL usage, see cypress/support/commands.rb
// cy.mockGraphQL() // for GraphQL usage, see cypress/support/commands.rb
// });

// comment this out if you do not want to attempt to log additional info on test fail
Expand Down
2 changes: 2 additions & 0 deletions specs_e2e/rails_4_2/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 4.2.10'
gem 'sprockets', '~> 3.7.2'
# Solution for issue: NoMethodError: undefined method `new' for BigDecimal:Class
# https://github.com/ruby/bigdecimal?tab=readme-ov-file#which-version-should-you-select
gem 'bigdecimal', '1.3.5'

group :development, :test do
Expand Down

0 comments on commit b1f96d7

Please sign in to comment.