Skip to content

Commit

Permalink
Crystal format 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Apr 6, 2020
1 parent bc54ffd commit 60d8577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/loader_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe Crinja::Loader do
env = Crinja.new
template, path = loader.get_source(env, "hello_world.html")

template.should contain %(<title>\{\{ variable \}\}</title>)
template.should contain %(<title>{{ variable }}</title>)
path.should eq File.join(__DIR__, "fixtures", "hello_world.html")

expect_raises(Crinja::TemplateNotFoundError) do
Expand Down

0 comments on commit 60d8577

Please sign in to comment.