Skip to content

Commit 681553f

Browse files
railsrc: Skip tests when building new application (#744)
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
1 parent 342f3b8 commit 681553f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

railsrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
--database=postgresql
2+
--skip-test

0 commit comments

Comments
 (0)