shard-kilt/spec/kilt/temel_spec.cr

19 lines
384 B
Crystal
Raw Normal View History

# require "../spec_helper"
# require "../../src/temel"
2016-02-16 08:55:13 +00:00
# class TemelView
# Kilt.file "spec/fixtures/test.temel"
# end
2016-02-16 08:55:13 +00:00
# describe "kilt/temel" do
2016-02-16 08:55:13 +00:00
# it "renders temel" do
# Kilt.render("spec/fixtures/test.temel").should eq("<span>#{Process.pid}</span>")
# end
2016-02-16 08:55:13 +00:00
# it "works with classes" do
# TemelView.new.to_s.should eq("<span>#{Process.pid}</span>")
# end
2016-02-16 08:55:13 +00:00
# end