Rakefile in tableware-0.1.0 vs Rakefile in tableware-0.1.1

- old
+ new

@@ -3,10 +3,9 @@ require 'rake-n-bake' RSpec::Core::RakeTask.new(:spec) task default: [ - :clean, :"bake:code_quality:all", :"bake:rspec", :"bake:coverage:check_specs", :"bake:rubocop", :"bake:rubycritic",