Bläddra i källkod

whitespace

tags/0.3.0
Jan Lehnardt 16 år sedan
förälder
incheckning
328724ad43
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      test/mustache_spec.rb

+ 2
- 2
test/mustache_spec.rb Visa fil

@@ -26,7 +26,7 @@ describe "mustache" do
before(:all) do before(:all) do
@mustache = File.read(__DIR__ + "/../mustache.js") @mustache = File.read(__DIR__ + "/../mustache.js")
end end
it "should return the same when invoked multiple times" do it "should return the same when invoked multiple times" do
js = <<-JS js = <<-JS
#{@mustache} #{@mustache}
@@ -34,7 +34,7 @@ describe "mustache" do
print(Mustache.to_html("x")); print(Mustache.to_html("x"));
JS JS
run_js(js).should == "x\n" run_js(js).should == "x\n"
end end


it "should clear the context after each run" do it "should clear the context after each run" do


Laddar…
Avbryt
Spara