Xzanth/pugbot

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:test) do |t|
  t.ruby_opts = "-W0"
end

task default: :test