Rakefile in fhir_client-4.0.5 vs Rakefile in fhir_client-4.0.6
- old
+ new
@@ -17,10 +17,10 @@
desc 'Run rubocop'
task :rubocop do
RuboCop::RakeTask.new
end
-task test: [:rubocop] do
+task :test do
system('open coverage/index.html')
end
task default: [:test]