Skip to content

Commit 6d79791

Browse files
authored
Merge pull request #8 from outboundio/catkins/rubocop-autocorrect
Ran rubocop --autocorrect
2 parents d552ae1 + b6a7a75 commit 6d79791

File tree

4 files changed

+116
-123
lines changed

4 files changed

+116
-123
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Rake::TestTask.new do |t|
44
t.libs << 'test'
55
end
66

7-
desc "Run tests"
8-
task :default => :test
7+
desc 'Run tests'
8+
task default: :test

0 commit comments

Comments
 (0)