Sha256: 4387034bacba22ff65952e00929c4207b23ff3299992657b9831f88e9ed9a5ea

Contents?: true

Size: 282 Bytes

Versions: 11

Compression:

Stored size: 282 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"
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 = "features --format pretty"
end

task(default: :spec)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
nikki-0.5.5 Rakefile
nikki-0.5.4 Rakefile
nikki-0.5.3 Rakefile
nikki-0.5.2 Rakefile
nikki-0.5.1 Rakefile
nikki-0.5.0 Rakefile
nikki-0.4.5 Rakefile
nikki-0.4.3 Rakefile
nikki-0.4.2 Rakefile
nikki-0.4.1 Rakefile
nikki-0.4.0 Rakefile