UNPKG

100 BPlain TextView Raw
1require "rspec/core/rake_task"
2RSpec::Core::RakeTask.new(:spec)
3
4task ci: :spec
5task default: :spec