Sha256: 20e0ccd3f7556c178889a9453998c3043acb90cf6bba976b1398566e99a60ec3
Contents?: true
Size: 215 Bytes
Versions: 4
Compression:
Stored size: 215 Bytes
Contents
$:.unshift(File.dirname(__FILE__) + '/../../lib') require 'cucumber/rake/task' Cucumber::Rake::Task.new do |t| t.cucumber_opts = %w{--format pretty} end desc "run rspec" task "spec" do sh "spec spec/*.rb" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ruby-station-0.1.3 | tests/Rakefile |
ruby-station-0.1.2 | tests/Rakefile |
ruby-station-0.1.1 | tests/Rakefile |
ruby-station-0.1.0 | tests/Rakefile |