mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04:00
Linting
This commit is contained in:
parent
5b97393d2b
commit
e84d1653b7
4
Rakefile
4
Rakefile
@ -6,9 +6,7 @@ require 'rspec/core/rake_task'
|
||||
require 'rspec_junit_formatter'
|
||||
|
||||
RSpec::Core::RakeTask.new(:spec) do |config|
|
||||
if ENV['CI']
|
||||
config.rspec_opts = '--format progress --format RspecJunitFormatter --out ~/test-results/rspec.xml'
|
||||
end
|
||||
config.rspec_opts = '--format progress --format RspecJunitFormatter --out ~/test-results/rspec.xml' if ENV['CI']
|
||||
end
|
||||
|
||||
task default: :test
|
||||
|
Loading…
x
Reference in New Issue
Block a user