From 328724ad4345023b78019ebc943362a879ac6c6b Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Mon, 3 May 2010 10:51:53 +0200 Subject: [PATCH] whitespace --- test/mustache_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mustache_spec.rb b/test/mustache_spec.rb index eceef98..9ede6c8 100644 --- a/test/mustache_spec.rb +++ b/test/mustache_spec.rb @@ -26,7 +26,7 @@ describe "mustache" do before(:all) do @mustache = File.read(__DIR__ + "/../mustache.js") end - + it "should return the same when invoked multiple times" do js = <<-JS #{@mustache} @@ -34,7 +34,7 @@ describe "mustache" do print(Mustache.to_html("x")); JS run_js(js).should == "x\n" - + end it "should clear the context after each run" do