Sha256: 975cb17710b1841b96bba4bf9bc7f8c0634315b0c5e6e103afe28e46d8abc30e
Contents?: true
Size: 301 Bytes
Versions: 8
Compression:
Stored size: 301 Bytes
Contents
require 'rspec/core/rake_task' Bundler::GemHelper.install_tasks begin 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 rescue LoadError # No Rspec here end
Version data entries
8 entries across 8 versions & 1 rubygems