spec/webby/helpers/capture_helper_spec.rb in TwP-webby-0.9.4 vs spec/webby/helpers/capture_helper_spec.rb in TwP-webby-0.9.4.1
- old
+ new
@@ -28,10 +28,10 @@
after :all do
::FileUtils.rm_f(CFN)
end
- it 'should not "leak" any content to containing page' do
+ it 'should not "leak" any content to the containing page' do
@page_content.should_not be_nil
@page_content.should eql("Hello world!\n")
end
it "should return the stored content for the given key" do