Sha256: ce223fe5ca4a4fc48f190fd7340a60e1b89d51a3e4642ea841b12faf7c08af61
Contents?: true
Size: 269 Bytes
Versions: 1
Compression:
Stored size: 269 Bytes
Contents
require "bundler/gem_tasks" begin require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |t| t.rspec_opts = ["--tag=~integration"] unless ENV["TRAVIS_BRANCH"] == "master" end task :default => :spec rescue LoadError # no rspec available end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
groovehq-1.0.5 | Rakefile |