Skip to content

Commit

Permalink
[#1] Add new line at the end of Procfiles and .rspec files following …
Browse files Browse the repository at this point in the history
…Junan issue on rails template
  • Loading branch information
malparty committed Jun 8, 2021
1 parent 75c0451 commit 6ee39d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rspec
@@ -1,3 +1,3 @@
--color
--require spec_helper
--format documentation
--format documentation
2 changes: 1 addition & 1 deletion Procfile
@@ -1,2 +1,2 @@
web: bin/rails server -p $PORT -e $RAILS_ENV
worker: bundle exec sidekiq -C config/sidekiq.yml
worker: bundle exec sidekiq -C config/sidekiq.yml
2 changes: 1 addition & 1 deletion Procfile.dev
@@ -1,3 +1,3 @@
web: rails s -p 3000 -b '0.0.0.0'
worker: bundle exec sidekiq -C config/sidekiq.yml
webpack: yarn && bin/webpack-dev-server
webpack: yarn && bin/webpack-dev-server

0 comments on commit 6ee39d3

Please sign in to comment.