Sha256: 6ad14684cce3cc403684ba66b20c26428c03a27febb353d23e192215d0a6d8fe
Contents?: true
Size: 204 Bytes
Versions: 6
Compression:
Stored size: 204 Bytes
Contents
require 'bundler' require 'rspec/core/rake_task' Bundler::GemHelper.install_tasks desc "Run all specs" RSpec::Core::RakeTask.new('spec') do |t| t.pattern = 'spec/**/*.rb' end task :default => :spec
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
debitech_soap-1.2.0 | Rakefile |
debitech_soap-1.1.0 | Rakefile |
debitech_soap-1.0.3 | Rakefile |
debitech_soap-1.0.2 | Rakefile |
debitech_soap-1.0.1 | Rakefile |
debitech_soap-1.0.0 | Rakefile |