Skip to content

Commit

Permalink
railsrc: Skip tests when building new application (#744)
Browse files Browse the repository at this point in the history
Follow-up to #728

In an effort to create parity with the [upcoming release of
Suspenders][1], we pass the `--skip-test` argument when running [rails
new][2].

This means if you're using our `railsrc` file, you would just need to
pass the `-m` argument when generating a new Rails application.

[1]: thoughtbot/suspenders#1135
[2]: https://guides.rubyonrails.org/command_line.html#rails-new
  • Loading branch information
stevepolitodesign committed May 2, 2024
1 parent 342f3b8 commit 681553f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railsrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--database=postgresql
--skip-test

0 comments on commit 681553f

Please sign in to comment.