toxon
/
lita-tox
Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lita-tox/Rakefile

12 lines
190 B
Ruby
Raw Normal View History

require 'bundler/gem_tasks'
2015-07-25 07:24:48 +00:00
2015-07-25 07:31:14 +00:00
task default: [:spec, :lint]
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
2015-07-25 07:24:48 +00:00
task lint: [:rubocop]
require 'rubocop/rake_task'
RuboCop::RakeTask.new