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
|
name: kilt
|
||||||
version: 0.3.3
|
version: 0.4.0
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Jerome Gravel-Niquet <jeromegn@gmail.com>
|
- Jerome Gravel-Niquet <jeromegn@gmail.com>
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
require "../spec_helper"
|
# require "../spec_helper"
|
||||||
require "../../src/temel"
|
# require "../../src/temel"
|
||||||
|
|
||||||
class TemelView
|
# class TemelView
|
||||||
Kilt.file "spec/fixtures/test.temel"
|
# Kilt.file "spec/fixtures/test.temel"
|
||||||
end
|
# end
|
||||||
|
|
||||||
describe "kilt/temel" do
|
# describe "kilt/temel" do
|
||||||
|
|
||||||
it "renders temel" do
|
# it "renders temel" do
|
||||||
Kilt.render("spec/fixtures/test.temel").should eq("<span>#{Process.pid}</span>")
|
# Kilt.render("spec/fixtures/test.temel").should eq("<span>#{Process.pid}</span>")
|
||||||
end
|
# end
|
||||||
|
|
||||||
it "works with classes" do
|
# it "works with classes" do
|
||||||
TemelView.new.to_s.should eq("<span>#{Process.pid}</span>")
|
# TemelView.new.to_s.should eq("<span>#{Process.pid}</span>")
|
||||||
end
|
# end
|
||||||
|
|
||||||
end
|
# end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Kilt
|
module Kilt
|
||||||
VERSION = "0.3.3"
|
VERSION = "0.4.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue