mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-07 00:11:11 -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'
|
require 'rspec_junit_formatter'
|
||||||
|
|
||||||
RSpec::Core::RakeTask.new(:spec) do |config|
|
RSpec::Core::RakeTask.new(:spec) do |config|
|
||||||
if ENV['CI']
|
config.rspec_opts = '--format progress --format RspecJunitFormatter --out ~/test-results/rspec.xml' if ENV['CI']
|
||||||
config.rspec_opts = '--format progress --format RspecJunitFormatter --out ~/test-results/rspec.xml'
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
task default: :test
|
task default: :test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user