reagent-throat-punch 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,4 +3,16 @@ $:.unshift File.dirname(__FILE__)
3
3
  require 'test/unit'
4
4
  require 'shoulda'
5
5
  require 'matchy'
6
- require 'mocha'
6
+ require 'mocha'
7
+
8
+ class Test::Unit::TestCase
9
+
10
+ def self.describe(*args, &block) # :nodoc:
11
+ context(*args, &block)
12
+ end
13
+
14
+ def self.it(*args, &block) # :nodoc:
15
+ should(args, &block)
16
+ end
17
+
18
+ end
@@ -3,7 +3,7 @@ module ThroatPunch
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 2
6
- TINY = 1
6
+ TINY = 2
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
@@ -11,5 +11,13 @@ class ThroatPunchTest < Test::Unit::TestCase
11
11
  end
12
12
 
13
13
  end
14
+
15
+ describe "Other stuff" do
16
+
17
+ it "should not fail" do
18
+ true.should be(true)
19
+ end
20
+
21
+ end
14
22
 
15
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reagent-throat-punch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Reagan
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-22 00:00:00 -07:00
12
+ date: 2009-06-21 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency