Rakefile in fhir_client-4.0.6 vs Rakefile in fhir_client-5.0.0

- old
+ new

@@ -17,10 +17,6 @@ desc 'Run rubocop' task :rubocop do RuboCop::RakeTask.new end -task :test do - system('open coverage/index.html') -end - task default: [:test]