mirror of
https://github.com/dkam/hsmr.git
synced 2025-12-28 00:34:52 +00:00
Migrate to test::unit. Start moving functionality into HSMR Module and mixin to key and component models to reduce duplication.
This commit is contained in:
18
Gemfile.lock
18
Gemfile.lock
@@ -1,13 +1,25 @@
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
activesupport (3.1.1)
|
||||
multi_json (~> 1.0)
|
||||
diff-lcs (1.1.2)
|
||||
factory_girl (2.2.0)
|
||||
activesupport
|
||||
git (1.2.5)
|
||||
growl (1.0.3)
|
||||
guard (0.8.8)
|
||||
thor (~> 0.14.6)
|
||||
guard-test (0.4.1)
|
||||
guard (>= 0.4)
|
||||
test-unit (~> 2.2)
|
||||
jeweler (1.5.2)
|
||||
bundler (~> 1.0.0)
|
||||
git (>= 1.2.5)
|
||||
rake
|
||||
multi_json (1.0.3)
|
||||
rake (0.8.7)
|
||||
rb-fsevent (0.4.3.1)
|
||||
rcov (0.9.9)
|
||||
rspec (2.3.0)
|
||||
rspec-core (~> 2.3.0)
|
||||
@@ -17,12 +29,18 @@ GEM
|
||||
rspec-expectations (2.3.0)
|
||||
diff-lcs (~> 1.1.2)
|
||||
rspec-mocks (2.3.0)
|
||||
test-unit (2.4.1)
|
||||
thor (0.14.6)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
bundler (~> 1.0.0)
|
||||
factory_girl
|
||||
growl
|
||||
guard-test
|
||||
jeweler (~> 1.5.2)
|
||||
rb-fsevent
|
||||
rcov
|
||||
rspec (~> 2.3.0)
|
||||
|
||||
Reference in New Issue
Block a user