lib/deploy-context/context/deploy.rb in deploy-context-0.6.0.1.ge54bf72.1.g3590b37 vs lib/deploy-context/context/deploy.rb in deploy-context-0.6.0.1.ge54bf72.1.g3590b37.1.g08f003f

- old
+ new

@@ -25,7 +25,11 @@ end def rake(commands) chef_exec(['rake'] + commands) end + + def cucumber(commands = []) + chef_exec(['cucumber'] + commands) + end end end \ No newline at end of file