Commit 119aa027dad3d03203137686249c08a08bb97a24

Authored by Luke Baker
1 parent ce73a937

add test-unit to Gemfile

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