@@ -0,0 +1,12 @@
require 'bundler/setup'
namespace :test do
task :unit do
ENV['RACK_ENV'] = 'testing'
system('rspec')
end
task :lint do
system('rubocop src/ spec/')
The note is not visible to the blocked user.