Sha256: 507fdac888dfc9de2c5d410310de86cc7bbf82873ea33ba59cb9868f51df2720

Contents?: true

Size: 236 Bytes

Versions: 15

Compression:

Stored size: 236 Bytes

Contents

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

require File.dirname(__FILE__) + "/lib/json_schema_spec"
JsonSchemaSpec::Tasks.new("http://127.0.0.1:3000/schema.json")

RSpec::Core::RakeTask.new(:spec)
task :default => :spec

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
json_schema_spec-0.1.5 Rakefile
json_schema_spec-0.1.4 Rakefile
json_schema_spec-0.1.3 Rakefile
json_schema_spec-0.1.2 Rakefile
json_schema_spec-0.1.1 Rakefile
json_schema_spec-0.1.0 Rakefile
json_schema_spec-0.0.9 Rakefile
json_schema_spec-0.0.8 Rakefile
json_schema_spec-0.0.7 Rakefile
json_schema_spec-0.0.6 Rakefile
json_schema_spec-0.0.5 Rakefile
json_schema_spec-0.0.4 Rakefile
json_schema_spec-0.0.3 Rakefile
json_schema_spec-0.0.2 Rakefile
json_schema_spec-0.0.1 Rakefile