Sha256: 03848e2851765a7ba18d350fe0dae002bac3775eb78a794c8cd2525e5f32b8d5

Contents?: true

Size: 270 Bytes

Versions: 22

Compression:

Stored size: 270 Bytes

Contents

$stdout.sync = true

$: << File.join(File.dirname(__FILE__), './lib')

begin
  require 'rspec/core/rake_task'
  desc 'Run Rspec unit tests'
  RSpec::Core::RakeTask.new(:spec) do |t|
    t.pattern = 'spec/**/*_spec.rb'
  end

  task default: :spec
rescue LoadError
end


Version data entries

22 entries across 22 versions & 9 rubygems

Version Path
pushpop-twilio-0.1.2 Rakefile
pushpop-keen-0.3 Rakefile
pushpop-product-hunt-0.1 Rakefile
pushpop-keen-0.2 Rakefile
pushpop-mixpanel-0.1.1 Rakefile
pushpop-sendgrid-0.1.3 Rakefile
pushpop-slack-0.2.3 Rakefile
pushpop-slack-0.2.2 Rakefile
pushpop-slack-0.2.1 Rakefile
pushpop-slack-0.2.0 Rakefile
pushpop-slack-0.1.1 Rakefile
pushpop-slack-0.1.0 Rakefile
pushpop-twitter-0.1.0 Rakefile
pushpop-file-0.1.0 Rakefile
pushpop-github-0.1.1 Rakefile
pushpop-twilio-0.1.1 Rakefile
pushpop-sendgrid-0.1.2 Rakefile
pushpop-keen-0.1.1 Rakefile
pushpop-keen-0.1.0 Rakefile
pushpop-twilio-0.1.0 Rakefile