test_internals 1.0.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,3 +1,6 @@
1
+ # Using the gemspec command here causes test_internals to be included,
2
+ # which means it attempts to run as a test when rake is called.
3
+
1
4
  source 'http://rubygems.org'
2
5
 
3
6
  gem 'app_mode', '~> 1.0.0'
@@ -216,7 +216,7 @@ Test::Unit::TestCase.class_eval do
216
216
  def send_to_object(method, *args)
217
217
  create(*args)
218
218
  assert_alive
219
- return send_to(@obj, method.to_sym, *args)
219
+ return send_to(@obj, method.to_sym)
220
220
  end
221
221
 
222
222
  ############################################################################
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'test_internals'
3
- s.version = '1.0.2'
3
+ s.version = '2.0.0'
4
4
 
5
5
  s.summary = 'Allows tests to check the stack trace, ' +
6
6
  'parameters, private methods, and class variables.'
metadata CHANGED
@@ -3,10 +3,10 @@ name: test_internals
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
- - 1
7
- - 0
8
6
  - 2
9
- version: 1.0.2
7
+ - 0
8
+ - 0
9
+ version: 2.0.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Herrick
@@ -82,7 +82,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="
84
84
  - !ruby/object:Gem::Version
85
- hash: 4162816380100650743
85
+ hash: 716655164694832904
86
86
  segments:
87
87
  - 0
88
88
  version: "0"