citrusbyte-contest 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/contest.rb +2 -2
  2. metadata +1 -1
@@ -18,7 +18,7 @@ end
18
18
  class Test::Unit::TestCase
19
19
  def self.setup(&block)
20
20
  define_method :setup do
21
- super
21
+ super(&block)
22
22
  instance_eval(&block)
23
23
  end
24
24
  end
@@ -26,7 +26,7 @@ class Test::Unit::TestCase
26
26
  def self.teardown(&block)
27
27
  define_method :teardown do
28
28
  instance_eval(&block)
29
- super
29
+ super(&block)
30
30
  end
31
31
  end
32
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: citrusbyte-contest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damian Janowski