Sha256: 7e6c0a723feb295a0897f4921416c718b2bca6fd6d5afad061a6898796f21b00
Contents?: true
Size: 248 Bytes
Versions: 20
Compression:
Stored size: 248 Bytes
Contents
require "bundler/gem_tasks" desc 'Run tests' task :test do puts "running rspec tests" all_good = system("bundle exec rspec spec --format documentation --color --tty") if all_good exit 0 else exit 1 end end task :default => :test
Version data entries
20 entries across 20 versions & 1 rubygems