Skip to content

Commit

Permalink
Merge pull request #116 from igorkasyanchuk/more_tests_and_standardrb
Browse files Browse the repository at this point in the history
standardrb, upgraded dummy app, new tests
  • Loading branch information
igorkasyanchuk authored Nov 25, 2024
2 parents 8a8a9b1 + 1aff6dc commit e4fb754
Show file tree
Hide file tree
Showing 38 changed files with 645 additions and 297 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ jobs:
# redis version: # optional, default is latest
# # Number of Redis databases
# number of databases: # optional, default is 16
- name: Run standard checks
run: bundle exec standardrb
- name: Run tests
run: bundle exec rake test
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gemspec

# To use a debugger
# gem 'byebug', group: [:development, :test]
gem "rails", "~> 7.2.0"

gem "pry"
gem "sqlite3"
Expand Down Expand Up @@ -40,3 +41,6 @@ gem "standard"
gem "sys-filesystem"
gem "sys-cpu"
gem "get_process_mem"

gem "ostruct"
gem "csv"
Loading

0 comments on commit e4fb754

Please sign in to comment.