4 lines
100 B
Ruby
4 lines
100 B
Ruby
if ENV['USER'] == 'vagrant'
|
|
require 'rspec/core/rake_task'
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
end
|