Sha256: 9a5ae3996ad4e0f62a645268d60f987af335230c8e041dfa0af50051c5e393b7
Contents?: true
Size: 357 Bytes
Versions: 66
Compression:
Stored size: 357 Bytes
Contents
#!/usr/bin/env rake 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
66 entries across 63 versions & 12 rubygems