summaryrefslogtreecommitdiffstats
path: root/spec/elm_spec.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-19 14:15:10 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-19 14:15:10 +0200
commit051b2ea2df123d3dd6b143293bb5d8437f1980c1 (patch)
treef23d195401f2ffa84512c96707507a958a6c77a1 /spec/elm_spec.rb
parentac24f9f936da4f9c2ebcb1e8197d869e116f33e5 (diff)
downloadffi-efl-051b2ea2df123d3dd6b143293bb5d8437f1980c1.zip
ffi-efl-051b2ea2df123d3dd6b143293bb5d8437f1980c1.tar.gz
remove specs for removes functions
Diffstat (limited to 'spec/elm_spec.rb')
-rw-r--r--spec/elm_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/elm_spec.rb b/spec/elm_spec.rb
index 45cf42c..596b2e3 100644
--- a/spec/elm_spec.rb
+++ b/spec/elm_spec.rb
@@ -71,10 +71,6 @@ describe "Efl::Elm #{Efl::Elm.version.full}" do
bool_check @win, 'alpha'
end
#
- it "transparent set/get" do
- bool_check @win, 'transparent'
- end
- #
it "override set/get" do
bool_check @win, 'override'
end
@@ -235,13 +231,6 @@ describe "Efl::Elm #{Efl::Elm.version.full}" do
@lb.wrap_width.should == 666
end
#
- it "wrap_height set/get" do
- @lb.wrap_height_set 69
- @lb.wrap_height_get.should == 69
- @lb.wrap_height= 666
- @lb.wrap_height.should == 666
- end
- #
it "ellipsis_set" do
@lb.ellipsis_set true
@lb.ellipsis= false