Rakefile in tablesmith-0.5.0 vs Rakefile in tablesmith-0.6.0

- old
+ new

@@ -9,5 +9,11 @@ desc 'Run the specs.' RSpec::Core::RakeTask.new do |t| t.pattern = '*_spec.rb' end + +require 'rubocop/rake_task' + +RuboCop::RakeTask.new(:rubocop) + +task default: :rubocop