mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
remove temel spec for now, bump version
This commit is contained in:
parent
a096b5bc16
commit
d177f02e12
3 changed files with 15 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
name: kilt
|
||||
version: 0.3.3
|
||||
version: 0.4.0
|
||||
|
||||
authors:
|
||||
- Jerome Gravel-Niquet <jeromegn@gmail.com>
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
require "../spec_helper"
|
||||
require "../../src/temel"
|
||||
# require "../spec_helper"
|
||||
# require "../../src/temel"
|
||||
|
||||
class TemelView
|
||||
Kilt.file "spec/fixtures/test.temel"
|
||||
end
|
||||
# class TemelView
|
||||
# Kilt.file "spec/fixtures/test.temel"
|
||||
# end
|
||||
|
||||
describe "kilt/temel" do
|
||||
# describe "kilt/temel" do
|
||||
|
||||
it "renders temel" do
|
||||
Kilt.render("spec/fixtures/test.temel").should eq("<span>#{Process.pid}</span>")
|
||||
end
|
||||
# it "renders temel" do
|
||||
# Kilt.render("spec/fixtures/test.temel").should eq("<span>#{Process.pid}</span>")
|
||||
# end
|
||||
|
||||
it "works with classes" do
|
||||
TemelView.new.to_s.should eq("<span>#{Process.pid}</span>")
|
||||
end
|
||||
# it "works with classes" do
|
||||
# TemelView.new.to_s.should eq("<span>#{Process.pid}</span>")
|
||||
# end
|
||||
|
||||
end
|
||||
# end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Kilt
|
||||
VERSION = "0.3.3"
|
||||
VERSION = "0.4.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue