public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
Added parentheses to be_kind_of to get rid of warnings when running 
application_spec.rb

Signed-off-by: Michael S. Klishin <michael@novemberain.com>
simonjefford (author)
Mon Apr 14 11:37:47 -0700 2008
Michael S. Klishin (committer)
Sat May 03 00:09:00 -0700 2008
commit  88f02d08cb86bc148edaadf4101cd36a7beccffb
tree    956e1e845475616d85745b8a2b071386c44db94b
parent  2c098c5cc536d847d2374c182015a71cde279ea7
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@
0
   
0
   it "should return a MockResponse" do
0
     res = Rack::MockRequest.new(@app).get("")
0
- res.should be_kind_of Rack::MockResponse
0
+ res.should be_kind_of(Rack::MockResponse)
0
   end
0
   
0
 end

Comments

    No one has commented yet.