Sha256: f528ab373c4e3b5a465958d5b5533bbb07aa18602c0ac89ee75c0163fce67693

Contents?: true

Size: 234 Bytes

Versions: 32

Compression:

Stored size: 234 Bytes

Contents

require 'rspec/core/rake_task'
require 'cucumber'
require 'cucumber/rake/task'

RSpec::Core::RakeTask.new(:spec)
Cucumber::Rake::Task.new(:cucumber) do |t|
  t.cucumber_opts = '--format pretty'
end

task :default => [:spec, :cucumber]

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
json_test_data-0.9.0 Rakefile
json_test_data-0.8.0 Rakefile
json_test_data-0.7.0 Rakefile
json_test_data-0.6.0 Rakefile
json_test_data-0.5.1 Rakefile
json_test_data-0.5.0 Rakefile
json_test_data-0.4.0 Rakefile
json_test_data-0.4.0.beta Rakefile
json_test_data-0.3.0.beta Rakefile
json_test_data-0.1.0 Rakefile
json_test_data-0.0.1 Rakefile
json_test_data-0.0.1.beta Rakefile