Sha256: 7f79fce9350be64cd5b0955c8999895ea4ca835106f09ce72436cbbb407e94c1
Contents?: true
Size: 216 Bytes
Versions: 4
Compression:
Stored size: 216 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks require 'cucumber/rake/task' Cucumber::Rake::Task.new do |t| t.cucumber_opts = %w{--tags ~@jruby} unless defined?(JRUBY_VERSION) end task :default => :cucumber
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
git-gc-cron-0.0.4 | Rakefile |
git-gc-cron-0.0.3 | Rakefile |
git-gc-cron-0.0.2 | Rakefile |
git-gc-cron-0.0.1 | Rakefile |