Skip to content

Conversation

tilsammans
Copy link
Contributor

Fixes #539

expect(procfile).to exist
expect(procfile).to contain "web: bundle exec rails server"
expect(procfile).to contain "worker: bundle exec rake resque:work QUEUE=*"
expect(procfile).to contain "scheduler: bundle exec rake resque:scheduler QUEUE=*"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer single-quoted strings when you don't need string interpolation or special symbols.

@coveralls
Copy link

coveralls commented Jul 13, 2016

Coverage Status

Coverage decreased (-0.005%) to 97.738% when pulling 92c4407 on scrollytelling:generate-procfile into 2249619 on codevise:master.

@coveralls
Copy link

coveralls commented Jul 13, 2016

Coverage Status

Coverage decreased (-0.06%) to 97.687% when pulling 92c4407 on scrollytelling:generate-procfile into 2249619 on codevise:master.

@tf tf merged commit 64c0c9e into codevise:master Jul 13, 2016
@tilsammans tilsammans deleted the generate-procfile branch July 14, 2016 19:54
@tf tf added this to the v0.11 milestone Oct 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants