thincloud-test 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,11 +12,12 @@ module Thincloud
|
|
12
12
|
gem "guard"
|
13
13
|
gem "growl"
|
14
14
|
gem "minitest"
|
15
|
-
gem "mocha"
|
16
15
|
gem "guard-minitest"
|
17
16
|
gem "minitest-rails"
|
18
17
|
gem "minitest-rails-shoulda", "~> 0.1.0"
|
18
|
+
gem "rb-fsevent", "~> 0.9.1"
|
19
19
|
gem "simplecov"
|
20
|
+
gem "mocha" # Must be after minitest
|
20
21
|
end
|
21
22
|
|
22
23
|
application do
|