Sha256: 5255cc47dc207f95f71ed8c9399af56136f34c23b71f50202b2141960ae7f9a5

Contents?: true

Size: 251 Bytes

Versions: 20

Compression:

Stored size: 251 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks
require 'rake'

require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.rspec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""]
end

task :default => :spec

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
postmark-rails-0.22.1 Rakefile
postmark-rails-0.22.0 Rakefile
postmark-rails-0.21.0 Rakefile
postmark-rails-0.20.0 Rakefile
postmark-rails-0.19.0 Rakefile
postmark-rails-0.18.0 Rakefile
postmark-rails-0.17.0 Rakefile
postmark-rails-0.16.0 Rakefile
postmark-rails-0.15.0 Rakefile
postmark-rails-0.14.0 Rakefile
postmark-rails-0.13.0 Rakefile
postmark-rails-0.12.0 Rakefile
postmark-rails-0.11.0 Rakefile
postmark-rails-0.10.0 Rakefile
postmark-rails-0.9.0 Rakefile
postmark-rails-0.8.0 Rakefile
postmark-rails-0.7.0 Rakefile
postmark-rails-0.6.0 Rakefile
postmark-rails-0.5.2 Rakefile
postmark-rails-0.5.1 Rakefile