Sha256: e5c732e0e52677837aac5f88a7c018fe312e7db4c346a1111a39373520f4da11

Contents?: true

Size: 350 Bytes

Versions: 14

Compression:

Stored size: 350 Bytes

Contents

# encoding: utf-8
require 'rubygems'


require 'cucumber/rake/task'  # 
Cucumber::Rake::Task.new do |t|
end

require 'rspec/core/rake_task'
desc "Run RSpec"
RSpec::Core::RakeTask.new do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
end

desc "Run tests, with RSpec and Cucumber"
task :test => [:spec, :cucumber]

task :default => :test

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
macros4cuke-0.3.19 Rakefile
macros4cuke-0.3.18 Rakefile
macros4cuke-0.3.17 Rakefile
macros4cuke-0.3.16 Rakefile
macros4cuke-0.3.15 Rakefile
macros4cuke-0.3.14 Rakefile
macros4cuke-0.3.13 Rakefile
macros4cuke-0.3.12 Rakefile
macros4cuke-0.3.11 Rakefile
macros4cuke-0.3.10 Rakefile
macros4cuke-0.3.09 Rakefile
macros4cuke-0.3.08 Rakefile
macros4cuke-0.3.07 Rakefile
macros4cuke-0.3.06 Rakefile