DannyBen/madness

View on GitHub
tasks/spec.runfile

Summary

Maintainability
Test Coverage
summary 'Run specs using two separate configurations'

action do
  system 'rspec && STANDALONE=1 rspec'
end