Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rosle committed Mar 16, 2022
1 parent bf920c8 commit 9c34d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ with building complex applications over the years.
- Install rails `7.0.1`
- Install node `16.13.2` (For creating web application)

> 📝 If running on Apple M1, please also set bundle platform to ruby
> `bundle config set --global force_ruby_platform true`
### Use the template

In order to use the template, initialize a new app with the following parameters:
Expand Down
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'json_matchers/rspec'
require 'pundit/rspec'

Dir[Rails.root.join('spec', 'support', '**', '*.rb')].sort.each { |f| require f }
Dir[Rails.root.join('spec', 'support', '**', '*.rb')].each { |f| require f }

ActiveRecord::Migration.maintain_test_schema!

Expand Down

0 comments on commit 9c34d96

Please sign in to comment.