mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Rubocop fails faster than 'rake test'
This commit is contained in:
parent
b78515ce91
commit
fbe1585ce6
1 changed files with 2 additions and 1 deletions
3
Rakefile
3
Rakefile
|
@ -43,10 +43,11 @@ end
|
|||
|
||||
desc 'Run tests for all middleman gems'
|
||||
task :test do
|
||||
Rake::Task['rubocop'].invoke
|
||||
|
||||
GEM_PATHS.each do |g|
|
||||
Dir.chdir("#{File.join(ROOT, g)}") { sh "#{Gem.ruby} -S rake test" }
|
||||
end
|
||||
Rake::Task['rubocop'].invoke
|
||||
end
|
||||
|
||||
desc 'Run specs for all middleman gems'
|
||||
|
|
Loading…
Reference in a new issue