Sha256: 2728733ab1cfa2de509f2b9603d51db86c2b4bfff1a5f20299af5ea9028d0c9e
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 Bytes
Contents
require 'rspec' require 'rspec/core/rake_task' task :default => [:spec] desc 'run specifications' RSpec::Core::RakeTask.new do |t| t.pattern = 'test/spec*' end RSpec::Core::RakeTask.new('bankaccounts') do |t| t.pattern = 'test/spec/bankaccounts*' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openpay-1.0.8 | Rakefile |