Skip to content

Commit

Permalink
Move test directory to test/json same as layout of other default gems
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 16, 2024
1 parent 37332c5 commit ae065a9
Show file tree
Hide file tree
Showing 48 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ task(:set_env_pure) { ENV['JSON'] = 'pure' }

UndocumentedTestTask.new do |t|
t.name = 'do_test_pure'
t.libs << 'lib' << 'tests' << 'tests/lib'
t.libs << 'lib' << 'test' << 'test/lib'
t.ruby_opts << "-rhelper"
t.test_files = FileList['tests/*_test.rb']
t.test_files = FileList['test/json/*_test.rb']
t.verbose = true
t.options = '-v'
end
Expand Down Expand Up @@ -187,8 +187,8 @@ if defined?(RUBY_ENGINE) and RUBY_ENGINE == 'jruby'

UndocumentedTestTask.new do |t|
t.name = 'do_test_ext'
t.libs << 'lib' << 'tests'
t.test_files = FileList['tests/*_test.rb']
t.libs << 'lib' << 'test'
t.test_files = FileList['test/json/*_test.rb']
t.verbose = true
t.options = '-v'
end
Expand Down Expand Up @@ -266,9 +266,9 @@ else

UndocumentedTestTask.new do |t|
t.name = 'do_test_ext'
t.libs << 'lib' << 'tests' << "tests/lib"
t.libs << 'lib' << 'test' << "test/lib"
t.ruby_opts << '-rhelper'
t.test_files = FileList['tests/*_test.rb']
t.test_files = FileList['test/json/*_test.rb']
t.verbose = true
t.options = '-v'
end
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ae065a9

Please sign in to comment.