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.6.6 Rakefile
json_schema_tools-0.6.5 Rakefile
json_schema_tools-0.6.4 Rakefile
json_schema_tools-0.6.3 Rakefile
json_schema_tools-0.6.2 Rakefile
json_schema_tools-0.6.1 Rakefile
json_schema_tools-0.6.0 Rakefile
json_schema_tools-0.5.3 Rakefile
json_schema_tools-0.5.2 Rakefile
json_schema_tools-0.5.1 Rakefile
json_schema_tools-0.5.0 Rakefile
json_schema_tools-0.4.3 Rakefile
json_schema_tools-0.4.2 Rakefile
json_schema_tools-0.4.1 Rakefile
json_schema_tools-0.4.0 Rakefile
json_schema_tools-0.3.3 Rakefile
json_schema_tools-0.3.2 Rakefile
json_schema_tools-0.3.1 Rakefile
json_schema_tools-0.3.0 Rakefile
json_schema_tools-0.2.6 Rakefile