Sha256: 67fc52a9f8ae429e9fa01f9217511ab8160ff77269d84526aa1aff1c0c1b314d

Contents?: true

Size: 374 Bytes

Versions: 25

Compression:

Stored size: 374 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'
Dir[File.join(File.dirname(__FILE__), 'lib/tasks/**/*.rake')].each {|f| load f }

namespace :ci do
  namespace :test do
    desc "Run all specs in spec directory (excluding plugin specs)"
    RSpec::Core::RakeTask.new(:spec)
  end
  
  task :prepare
  
  desc "Run all CI tests"
  task :test => ['ci:test:spec']
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
notifiable-apns-grocer-0.17.1 Rakefile
notifiable-apns-grocer-0.17.0 Rakefile
notifiable-apns-grocer-0.16.2 Rakefile
notifiable-apns-grocer-0.16.1 Rakefile
notifiable-apns-grocer-0.16.0 Rakefile
notifiable-apns-grocer-0.15.2 Rakefile
notifiable-apns-grocer-0.15.1 Rakefile
notifiable-apns-grocer-0.15.0 Rakefile
notifiable-apns-grocer-0.13.1 Rakefile
notifiable-apns-grocer-0.12.2 Rakefile
notifiable-apns-grocer-0.12.1 Rakefile
notifiable-apns-grocer-0.12.0 Rakefile
notifiable-apns-grocer-0.11.0 Rakefile
notifiable-apns-grocer-0.10.0 Rakefile
notifiable-apns-grocer-0.9.2 Rakefile
notifiable-apns-grocer-0.9.1 Rakefile
notifiable-apns-grocer-0.9.0 Rakefile
notifiable-apns-grocer-0.8.0 Rakefile
notifiable-apns-grocer-0.7.0 Rakefile
notifiable-apns-grocer-0.6.0 Rakefile