Sha256: 9ce3de52f692f08a60a7158aa7b833798f8c5e920c6138f3000f2a5654af6f70

Contents?: true

Size: 260 Bytes

Versions: 18

Compression:

Stored size: 260 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

task :default => [:spec]
begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec) do |spec|
    spec.pattern = 'spec/**/*_spec.rb'
    spec.rspec_opts = ['-cfs']
  end
rescue LoadError => e
end

Version data entries

18 entries across 18 versions & 6 rubygems

Version Path
mastar-1.0.0 Rakefile
formup-1.0.0 Rakefile
jp_prefecture-0.4.0 Rakefile
jp_prefecture-0.3.2 Rakefile
jp_prefecture-0.3.1 Rakefile
jp_prefecture-0.3.0 Rakefile
jp_prefecture-0.2.0 Rakefile
gem-search-0.0.8 Rakefile
gem-search-0.0.7 Rakefile
digest-trip-0.5.1 Rakefile
digest-trip-0.5.0 Rakefile
digest-trip-0.0.4 Rakefile
jp_prefecture-0.1.1 Rakefile
gem-search-0.0.6 Rakefile
gem-search-0.0.5 Rakefile
gem-search-0.0.3 Rakefile
mastar-0.9.0 Rakefile
activerecord-confirmable-1.0.0 Rakefile