Sha256: 2ee4388d62bdb50cde976f0bef8a199b998d5b850cee87ec12b28e9f4c09decc

Contents?: true

Size: 215 Bytes

Versions: 12

Compression:

Stored size: 215 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec)
Cucumber::Rake::Task.new(:cucumber)

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
json_spec-1.1.0 Rakefile
json_spec-1.0.3 Rakefile
json_spec-1.0.0 Rakefile
json_spec-0.8.1 Rakefile
json_spec-0.8.0 Rakefile
json_spec-0.7.0 Rakefile
json_spec-0.6.0 Rakefile
json_spec-0.5.0 Rakefile
json_spec-0.4.0 Rakefile
json_spec-0.3.0 Rakefile
json_spec-0.2.0 Rakefile
json_spec-0.1.0 Rakefile