Sha256: 7373f2efe9c4a0b818847a2d736932e132eb6aa6b9245e094329e78e0990a458
Contents?: true
Size: 230 Bytes
Versions: 2
Compression:
Stored size: 230 Bytes
Contents
require 'bundler/gem_tasks' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec, :tag) do |t, task_args| unless task_args[:tag] == 'integration' t.rspec_opts = "--tag ~integration" end end task default: :spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wgif-0.3.1 | Rakefile |
wgif-0.3.0 | Rakefile |