-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command task to execute Capistrano tasks #48
Conversation
c46d282
to
e1f46b5
Compare
4ea4ddd
to
18053aa
Compare
subject do | ||
described_class.call( | ||
cap_path: './cap-path', config_path: './config-path', | ||
bundle_path: './bundle-path', environment: 'production' | ||
bundle_path: './bundle-path', environment: 'production', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra comma
18053aa
to
2c96941
Compare
spec/features/task_spec.rb
Outdated
it { is_expected.to match(output) } | ||
end | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra blank line detected.
spec/features/task_spec.rb
Outdated
let(:environment) { 'staging' } | ||
let(:output) { /Executed task deploy:check for your_app on staging!\n/ } | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra blank line detected.
08e5ba5
to
dfd0147
Compare
dfd0147
to
a933e94
Compare
In ref to #44 Pulsar can now execute Capistrano tasks.