Rakefile in with_model-2.1.6 vs Rakefile in with_model-2.1.7

- old
+ new

@@ -18,13 +18,6 @@ end desc 'Run lint' RuboCop::RakeTask.new -namespace 'doc' do - desc 'Generate README and preview in browser' - task 'readme' do - sh 'markdown README.md > README.html && open README.html' - end -end - task default: %i[spec test rubocop]