Sha256: d24b93a24667022d0259251cca40dee42108c6f863fe0e72336998ff64574bea

Contents?: true

Size: 233 Bytes

Versions: 19

Compression:

Stored size: 233 Bytes

Contents

#!/usr/bin/env rake
require 'rspec/core/rake_task'
require 'cucumber'
require 'cucumber/rake/task'

RSpec::Core::RakeTask.new(:spec)
  
Cucumber::Rake::Task.new(:features) do |t|
  t.cucumber_opts = "--format pretty --tags ~wip"
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
thor-scmversion-1.7.0 Rakefile
thor-scmversion-1.6.0 Rakefile
thor-scmversion-1.4.0 Rakefile
thor-scmversion-1.2.1 Rakefile
thor-scmversion-1.1.0 Rakefile
thor-package-0.0.6 Rakefile
thor-package-0.0.5 Rakefile
thor-package-0.0.3 Rakefile
thor-scmversion-1.0.1 Rakefile
thor-scmversion-1.0.0 Rakefile
thor-scmversion-0.3.1 Rakefile
thor-scmversion-0.2.4 Rakefile
thor-scmversion-0.2.3 Rakefile
thor-scmversion-0.2.2 Rakefile
thor-scmversion-0.2.1 Rakefile
thor-scmversion-0.2.0 Rakefile
thor-scmversion-0.0.5 Rakefile
thor-scmversion-0.0.4 Rakefile
thor-scmversion-0.0.3 Rakefile