Rakefile in gooddata-0.6.27 vs Rakefile in gooddata-0.6.28
- old
+ new
@@ -163,9 +163,10 @@
RSpec::Core::RakeTask.new(:cop) do
Rake::Task['cop'].invoke
end
task :all => [:unit, :integration, :cop]
+ task :ci => [:unit, :integration]
end
desc 'Run all tests'
task :test => 'test:all'