1 #
2 # run `rake` to run tests
3
4 require 'rspec/core/rake_task'
5
6 RSpec::Core::RakeTask.new(:spec)
7
8 task :default => :spec