Sha256: cc28f21cbb05b71357083dfa2b6f8d66811751c8d7f84acf027e5d28219d4977

Contents?: true

Size: 298 Bytes

Versions: 37

Compression:

Stored size: 298 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec'
require 'rspec/core/rake_task'

desc 'Default: run specs.'
task :default => :spec

desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern = "./spec/**/*_spec.rb" # don't need this, it's default.
  # Put spec opts in a file named .rspec in root
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
json_schema_tools-0.2.5 Rakefile
json_schema_tools-0.2.4 Rakefile
json_schema_tools-0.2.3 Rakefile
json_schema_tools-0.2.2 Rakefile
json_schema_tools-0.2.1 Rakefile
json_schema_tools-0.2.0 Rakefile
json_schema_tools-0.1.2 Rakefile
json_schema_tools-0.1.1 Rakefile
json_schema_tools-0.1.0 Rakefile
json_schema_tools-0.0.8 Rakefile
json_schema_tools-0.0.7 Rakefile
json_schema_tools-0.0.6 Rakefile
json_schema_tools-0.0.5 Rakefile
json_schema_tools-0.0.4 Rakefile
json_schema_tools-0.0.3 Rakefile
json_schema_tools-0.0.2 Rakefile
json_schema_tools-0.0.1 Rakefile