Sha256: b79d2fc1fc3ec10ef3ebd6434a8a69b524e81364d6cea798cc777af6fb50f9b1
Contents?: true
Size: 246 Bytes
Versions: 7
Compression:
Stored size: 246 Bytes
Contents
require 'rspec/core/rake_task' Bundler::GemHelper.install_tasks RSpec::Core::RakeTask.new(:spec) # If these are nil then the tests will fail ENV['SAUCE_USERNAME'] ||= 'test_user' ENV['SAUCE_ACCESS_KEY'] ||= 'test_key' task :default => :spec
Version data entries
7 entries across 7 versions & 1 rubygems