Sha256: 88a596be07da4dad8dcb8270b8cfe6d40495bd3e62a686ad0bd7125c3d2bff8a

Contents?: true

Size: 274 Bytes

Versions: 18

Compression:

Stored size: 274 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require 'rspec'
require 'rspec/core/rake_task'

desc "Run all RSpec test examples"
RSpec::Core::RakeTask.new do |spec|
  spec.rspec_opts = ["-c", "-f progress"]
  spec.pattern = 'spec/**/*_spec.rb'
end

task :default => :spec

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
github_webhook-1.1.0 Rakefile
github_webhook-1.0.5 Rakefile
github_webhook-1.0.4 Rakefile
github_webhook-1.0.3 Rakefile
trello_webhook-0.3.0 Rakefile
github_webhook-1.0.2 Rakefile
github_webhook-1.0.1 Rakefile
trello_webhook-0.2.0 Rakefile
github_webhook-1.0.0 Rakefile
github_webhook-0.5.0 Rakefile
github_webhook-0.4.0 Rakefile
github_webhook-0.3.2 Rakefile
github_webhook-0.3.1 Rakefile
github_webhook-0.3.0 Rakefile
trello_webhook-0.1.0 Rakefile
github_webhook-0.2.0 Rakefile
github_webhook-0.1.1 Rakefile
github_webhook-0.1.0 Rakefile