Skip to content

Commit

Permalink
whitespace error. eek!
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Oct 12, 2009
1 parent e57f295 commit ace79ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec_tilt.rb
Expand Up @@ -13,7 +13,7 @@ def initialize(*args, &block)
it "registers template implementation classes by file extension" do
lambda { Tilt.register('mock', MockTemplate) }.should.not.raise
end

it "registers template implementation classes by a file extension given as a symbol" do
lambda { Tilt.register(:mock, MockTemplate) }.should.not.raise
end
Expand Down

0 comments on commit ace79ee

Please sign in to comment.