Sha256: 7f9d6eb4589b8c02d882490d9a629e2ae97746b7cc75be9c26eee6a111ffe4d7
Contents?: true
Size: 322 Bytes
Versions: 38
Compression:
Stored size: 322 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new do |t| t.pattern = "spec/savon/**/*_spec.rb" end desc "Run RSpec integration examples" RSpec::Core::RakeTask.new "spec:integration" do |t| t.pattern = "spec/integration/**/*_spec.rb" end task :default => :spec task :test => :spec
Version data entries
38 entries across 38 versions & 4 rubygems