Sha256: 2f1554abe824ea7b28995c9a62edcf042d517cb391151d0e2e45d721a863536c
Contents?: true
Size: 308 Bytes
Versions: 3
Compression:
Stored size: 308 Bytes
Contents
#!/usr/bin/env rake require "bundler/gem_tasks" require 'cucumber/rake/task' require 'rspec/core/rake_task' desc 'Run all acceptance tests for the gem' Cucumber::Rake::Task.new(:tests) desc 'Run all API specifications for the gem' RSpec::Core::RakeTask.new(:specs) task :default => :tests
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cucumber_analytics-0.0.9 | Rakefile |
cucumber_analytics-0.0.8 | Rakefile |
cucumber_analytics-0.0.7 | Rakefile |