diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-19 14:15:10 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-19 14:15:10 +0200 |
commit | 051b2ea2df123d3dd6b143293bb5d8437f1980c1 (patch) | |
tree | f23d195401f2ffa84512c96707507a958a6c77a1 | |
parent | ac24f9f936da4f9c2ebcb1e8197d869e116f33e5 (diff) | |
download | ffi-efl-051b2ea2df123d3dd6b143293bb5d8437f1980c1.zip ffi-efl-051b2ea2df123d3dd6b143293bb5d8437f1980c1.tar.gz |
remove specs for removes functions
-rw-r--r-- | spec/elm_spec.rb | 11 |
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 |