apparently I need to add rake -- not sure why this functioned previously?
Johnathon E. Wright
committed Nov 10, 2011
commit e72a12e997246c242f10279699ab24f975a38c9f
Showing 1
changed file with
1 additions
and 0 deletions
Gemfile
+1
-0
| @@ | @@ -6,5 +6,6 @@ gemspec |
| group :test do | |
| gem 'test-unit' | |
| gem 'mocha' | |
| + | gem 'rake' |
| end | |