Skip to content

Commit

Permalink
Merge pull request #33 from tamu-edu-students/rubo
Browse files Browse the repository at this point in the history
fix rubocop
  • Loading branch information
nandiniiys authored Oct 4, 2024
2 parents f6c6de6 + ebd5430 commit d411b1b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby '3.3.4'
ruby "3.3.4"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.2.1"
Expand Down
1 change: 0 additions & 1 deletion app/services/user_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ def self.fetch_all
UserRepository.fetch_all
end
end

2 changes: 1 addition & 1 deletion features/step_definitions/games_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Then('I should see a list of games') do
expect(page).to have_css('.game-list')
end
end
2 changes: 1 addition & 1 deletion features/support/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Before do
Rails.application.load_seed # Loads the seeds.rb file
end
end

0 comments on commit d411b1b

Please sign in to comment.