Sha256: 08924ddbc86bf5605b6631ad352594b2139946c1f07a355bfaaf7a8321d56416

Contents?: true

Size: 247 Bytes

Versions: 6

Compression:

Stored size: 247 Bytes

Contents

# encoding: utf-8

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']
  spec.fail_on_error = false
end

task :default => :spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
prosto_cache-0.2.5 Rakefile
prosto_cache-0.2.4 Rakefile
prosto_cache-0.2.3 Rakefile
prosto_cache-0.2.2 Rakefile
prosto_cache-0.2.1 Rakefile
prosto_cache-0.2.0 Rakefile