jf647/chef-gen-flavors

View on GitHub
lib/chef_gen/flavors/cucumber/rake.rb

Summary

Maintainability
A
0 mins
Test Coverage
Given(/^I run a style test$/) do
  run_simple 'bundle exec rake style', true, @aruba_timeout_seconds
end

Given(/^I run a unit test$/) do
  run_simple 'bundle exec rake spec', true, @aruba_timeout_seconds
end

Given(/^I list the rake tasks$/) do
  run_simple 'bundle exec rake -T'
end