Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. task :rubocop do
  2. sh "rubocop file/test.rb"
  3. end
  4.  
  5. task :runfile do
  6. ruby "file/test.rb"
  7. end
  8.  
  9. task default: [:rubocop, :runfile]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement