Sha256: 00321ecc0027dda80540d1c7d7338fa0ba466b5d28916ece2206cbd28d96acbb

Contents?: true

Size: 303 Bytes

Versions: 12

Compression:

Stored size: 303 Bytes

Contents

require "bundler/gem_tasks"

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

RSpec::Core::RakeTask.new(:rcov) do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
  spec.rcov = true
end

task :default => :spec

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
geonames_api-0.1.6 Rakefile
jumpup-deis-0.0.1 Rakefile
geonames_api-0.1.5 Rakefile
geonames_api-0.1.4 Rakefile
jumpup-heroku-0.0.5 Rakefile
geonames_api-0.1.3 Rakefile
jumpup-heroku-0.0.4 Rakefile
jumpup-heroku-0.0.3 Rakefile
jumpup-heroku-0.0.2 Rakefile
geonames_api-0.1.2 Rakefile
geonames_api-0.1.1 Rakefile
geonames_api-0.1.0 Rakefile