diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 10:25:25 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-04 10:25:25 +0100 |
commit | b0a20bab875e1310ca1726d267569eebb7e12c81 (patch) | |
tree | 3c1cac176d72f8b5df9016493ac506e9a640bd22 /spec/node_spec.rb | |
parent | 028352a4639b5a229b946c5bc34621771dc3710a (diff) | |
download | zorglub-b0a20bab875e1310ca1726d267569eebb7e12c81.zip zorglub-b0a20bab875e1310ca1726d267569eebb7e12c81.tar.gz |
spec: update to take care of :partial state
Diffstat (limited to 'spec/node_spec.rb')
-rw-r--r-- | spec/node_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/node_spec.rb b/spec/node_spec.rb index 8b2d40a..b667338 100644 --- a/spec/node_spec.rb +++ b/spec/node_spec.rb @@ -119,11 +119,11 @@ describe Zorglub do end # it "partial should render correctly" do - Node0.partial(:do_partial, 1, 2).should == "view_content" + Node0.partial(:do_partial, 1, 2).should == 'partial_content' end # it "method level view should work" do - Node0.partial(:other_view).should == "view_content" + Node0.partial(:other_view).should == 'partial_content' end # it "redirect should work" do |