Add some simple test running scaffolding

This commit is contained in:
R. Tyler Croy 2012-10-21 18:42:27 -07:00
parent 1a01fe6b8d
commit 14f470bccc
4 changed files with 9 additions and 0 deletions

9
Rakefile Normal file
View File

@ -0,0 +1,9 @@
require 'rspec/core/rake_task'
require 'cucumber/rake/task'
RSpec::Core::RakeTask.new('spec') do |t|
t.rspec_opts = '--color --fail-fast --order random'
end
Cucumber::Rake::Task.new('cucumber')

0
features/support/env.rb Normal file
View File

0
init.rb Normal file
View File

0
spec/spec_helper.rb Normal file
View File