Sha256: 30c15947544514150890fc457cfade467cb14aa4bfff0613206e6af65443d321
Contents?: true
Size: 336 Bytes
Versions: 9
Compression:
Stored size: 336 Bytes
Contents
begin require "bundler/setup" rescue LoadError puts "You must `gem install bundler` and `bundle install` to run rake tasks" end require "bundler/gem_tasks" ## # Configure the test suite. ## require "rspec/core" require "rspec/core/rake_task" RSpec::Core::RakeTask.new ## # By default, just run the tests. ## task default: :spec
Version data entries
9 entries across 9 versions & 2 rubygems