andhapp-decoct 1.4.3 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/decoct.gemspec +1 -1
- data/lib/templates/spec/app_spec.rb +4 -2
- metadata +1 -1
data/VERSION.yml
CHANGED
data/decoct.gemspec
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
|
1
|
+
require "spec"
|
2
|
+
require "spec/interop/test"
|
3
|
+
require "sinatra/test"
|
2
4
|
|
3
5
|
set :environment, :test
|
4
6
|
|
@@ -10,4 +12,4 @@ describe 'App' do
|
|
10
12
|
response.should be_ok
|
11
13
|
response.body.should == 'It works!!!'
|
12
14
|
end
|
13
|
-
end
|
15
|
+
end
|