Sha256: ad06eec9ab7a6233ced6d80d342c7467d2846cecda93dda54d0f98c79bd854ed

Contents?: true

Size: 234 Bytes

Versions: 8

Compression:

Stored size: 234 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

task :test do
  $: << 'lib'
  require 'minitest/autorun'
  require 'phocus'
  require 'jsonpath'
  Dir['./test/**/test_*.rb'].each { |test| require test }
end

task :default => :test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jsonpath-0.5.8 Rakefile
jsonpath-0.5.7 Rakefile
jsonpath-0.5.6 Rakefile
jsonpath-0.5.5 Rakefile
jsonpath-0.5.4 Rakefile
jsonpath-0.5.3 Rakefile
jsonpath-0.5.2 Rakefile
jsonpath-0.5.1 Rakefile