Sha256: db7fef41ad31fa3b30c7e44ed9cf66717eb798b0e862a7e0e18887bda2c3d3d0

Contents?: true

Size: 242 Bytes

Versions: 7

Compression:

Stored size: 242 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

task default: :test

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jsonpathv2-0.0.9 Rakefile
jsonpathv2-0.0.8 Rakefile
jsonpathv2-0.0.7 Rakefile
jsonpathv2-0.0.6 Rakefile
jsonpathv2-0.0.4 Rakefile
jsonpathv2-0.0.3 Rakefile
jsonpathv2-0.0.2 Rakefile