Sha256: e8aec7be71cb2eedb662cc76f411c3be5f6c89400eefa215dc3ff787f3e5a9b8

Contents?: true

Size: 294 Bytes

Versions: 11

Compression:

Stored size: 294 Bytes

Contents

require 'rake'
require 'spec/rake/spectask'
require 'bundler/gem_tasks'

desc 'Default: Run all specs.'
task :default => :spec

desc "Run all specs"
Spec::Rake::SpecTask.new() do |t|
  t.spec_opts = ['--options', "\"spec/support/spec.opts\""]
  t.spec_files = FileList['spec/**/*_spec.rb']
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
cucumber_factory-1.8.6 Rakefile
cucumber_factory-1.8.5 Rakefile
cucumber_factory-1.8.4 Rakefile
consul-0.3.0 Rakefile
consul-0.2.3 Rakefile
cucumber_factory-1.8.3 Rakefile
consul-0.2.2 Rakefile
consul-0.2.1 Rakefile
consul-0.2.0 Rakefile
cucumber_factory-1.8.2 Rakefile
cucumber_factory-1.8.1 Rakefile