Sha256: ad056c833bb9927656e5487dcf003fafe7d3b4f68a46f351fd841d47ca44c2cf

Contents?: true

Size: 237 Bytes

Versions: 15

Compression:

Stored size: 237 Bytes

Contents

require 'simplecov'
SimpleCov.start do
  add_filter '/test/'
end

require 'bundler'
Bundler::GemHelper.install_tasks

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

task default: :test

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jsonpath-0.9.2 Rakefile
jsonpath-0.9.1 Rakefile
jsonpath-0.9.0 Rakefile
jsonpath-0.8.12 Rakefile
jsonpath-0.8.11 Rakefile
jsonpath-0.8.10 Rakefile
jsonpath-0.8.8 Rakefile
jsonpath-0.8.7 Rakefile
jsonpath-0.8.6 Rakefile
jsonpath-0.8.5 Rakefile
jsonpath-0.8.4 Rakefile
jsonpath-0.8.3 Rakefile
jsonpath-0.8.2 Rakefile
jsonpath-0.7.2 Rakefile
jsonpath-0.7.1 Rakefile