summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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