mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
Add water
This commit is contained in:
parent
d2c3c6b5ba
commit
fe1a382088
5 changed files with 26 additions and 0 deletions
18
spec/kilt/water_spec.cr
Normal file
18
spec/kilt/water_spec.cr
Normal file
|
@ -0,0 +1,18 @@
|
|||
require "../spec_helper"
|
||||
require "../../src/water"
|
||||
|
||||
class WaterView
|
||||
Kilt.file "spec/fixtures/test.water"
|
||||
end
|
||||
|
||||
describe "kilt/water" do
|
||||
|
||||
it "renders water" do
|
||||
Kilt.render("spec/fixtures/test.water").should eq("<span>#{Process.pid}</span>")
|
||||
end
|
||||
|
||||
it "works with class" do
|
||||
WaterView.new.to_s.should eq("<span>#{Process.pid}</span>")
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue