Sha256: 03bb401d43f4a501cac08ce63ee840547f05237f5d8e93891c82f0f2ef502264

Contents?: true

Size: 329 Bytes

Versions: 4

Compression:

Stored size: 329 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require 'cucumber'
require 'cucumber/rake/task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

Cucumber::Rake::Task.new(:features) do |t|
  t.cucumber_opts = "--format pretty" # Any valid command line option can go here.
end

task :test => [:spec, :features]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
whatsup_github-0.3.1 Rakefile
whatsup_github-0.3.0 Rakefile
whatsup_github-0.2.0 Rakefile
whatsup_github-0.1.1 Rakefile