Commit 119aa027dad3d03203137686249c08a08bb97a24

Authored by Luke Baker
1 parent ce73a937

add test-unit to Gemfile

@@ -39,6 +39,7 @@ group :cucumber do @@ -39,6 +39,7 @@ group :cucumber do
39 end 39 end
40 40
41 group :test do 41 group :test do
  42 + gem "test-unit", "1.2.3"
42 gem "rspec", "~>1.3.1" 43 gem "rspec", "~>1.3.1"
43 gem "rspec-rails", "1.3.4" 44 gem "rspec-rails", "1.3.4"
44 gem "shoulda", "~>2.10.1" 45 gem "shoulda", "~>2.10.1"
@@ -34,6 +34,8 @@ GEM @@ -34,6 +34,8 @@ GEM
34 gherkin (2.5.4) 34 gherkin (2.5.4)
35 json (>= 1.4.6) 35 json (>= 1.4.6)
36 has_scope (0.4.2) 36 has_scope (0.4.2)
  37 + hoe (3.6.0)
  38 + rake (>= 0.8, < 11.0)
37 hoptoad_notifier (2.4.9) 39 hoptoad_notifier (2.4.9)
38 activesupport 40 activesupport
39 builder 41 builder
@@ -74,6 +76,8 @@ GEM @@ -74,6 +76,8 @@ GEM
74 sendgrid (0.1.4) 76 sendgrid (0.1.4)
75 shoulda (2.10.3) 77 shoulda (2.10.3)
76 term-ansicolor (1.0.7) 78 term-ansicolor (1.0.7)
  79 + test-unit (1.2.3)
  80 + hoe (>= 1.5.1)
77 thoughtbot-clearance (0.8.2) 81 thoughtbot-clearance (0.8.2)
78 webrat (0.5.3) 82 webrat (0.5.3)
79 nokogiri (>= 1.2.0) 83 nokogiri (>= 1.2.0)
@@ -116,6 +120,7 @@ DEPENDENCIES @@ -116,6 +120,7 @@ DEPENDENCIES
116 rubaidh-google_analytics (= 1.1.4) 120 rubaidh-google_analytics (= 1.1.4)
117 sendgrid (= 0.1.4) 121 sendgrid (= 0.1.4)
118 shoulda (~> 2.10.1) 122 shoulda (~> 2.10.1)
  123 + test-unit (= 1.2.3)
119 thoughtbot-clearance (= 0.8.2) 124 thoughtbot-clearance (= 0.8.2)
120 webrat (= 0.5.3) 125 webrat (= 0.5.3)
121 xml-simple (= 1.0.12) 126 xml-simple (= 1.0.12)
vendor/cache/hoe-3.6.0.gem 0 → 100644
No preview for this file type
vendor/cache/test-unit-1.2.3.gem 0 → 100644
No preview for this file type