File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
2- COMPONENT_ROOT = File . expand_path ( "../../" , __FILE__ )
2+
3+ COMPONENT_ROOT = File . expand_path ( ".." , __dir__ )
34require File . expand_path ( "../tools/test" , COMPONENT_ROOT )
5+
46exit Minitest . run ( ARGV )
Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
2- COMPONENT_ROOT = File . expand_path ( "../../" , __FILE__ )
2+
3+ COMPONENT_ROOT = File . expand_path ( ".." , __dir__ )
34require File . expand_path ( "../tools/test" , COMPONENT_ROOT )
5+
46exit Minitest . run ( ARGV )
Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
2- COMPONENT_ROOT = File . expand_path ( "../../" , __FILE__ )
2+
3+ COMPONENT_ROOT = File . expand_path ( ".." , __dir__ )
34require File . expand_path ( "../tools/test" , COMPONENT_ROOT )
5+
46exit Minitest . run ( ARGV )
Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
2- COMPONENT_ROOT = File . expand_path ( "../../" , __FILE__ )
2+
3+ COMPONENT_ROOT = File . expand_path ( ".." , __dir__ )
34require File . expand_path ( "../tools/test" , COMPONENT_ROOT )
5+
46exit Minitest . run ( ARGV )
Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
2- COMPONENT_ROOT = File . expand_path ( "../../" , __FILE__ )
2+
3+ COMPONENT_ROOT = File . expand_path ( ".." , __dir__ )
34require File . expand_path ( "../tools/test" , COMPONENT_ROOT )
5+
46module Minitest
57 def self . plugin_active_record_options ( opts , options )
68 opts . separator ""
Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
2- COMPONENT_ROOT = File . expand_path ( "../../" , __FILE__ )
2+
3+ COMPONENT_ROOT = File . expand_path ( ".." , __dir__ )
34require File . expand_path ( "../tools/test" , COMPONENT_ROOT )
5+
46exit Minitest . run ( ARGV )
You can’t perform that action at this time.
0 commit comments