diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-06 15:46:01 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-06 15:46:18 +0200 |
commit | e5cb60a66aa0a18dc9dbd8cffc7e0cd00d254a46 (patch) | |
tree | f71c44c323e566e4a2f7133ce3357ea72a4873af /spec/evas_spec.rb | |
parent | 9aba5f0bc6594806df6954df88749d1db99dd232 (diff) | |
download | ffi-efl-e5cb60a66aa0a18dc9dbd8cffc7e0cd00d254a46.zip ffi-efl-e5cb60a66aa0a18dc9dbd8cffc7e0cd00d254a46.tar.gz |
add REvasPolygon#<<
Diffstat (limited to 'spec/evas_spec.rb')
-rw-r--r-- | spec/evas_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/evas_spec.rb b/spec/evas_spec.rb index 926ff22..ccba590 100644 --- a/spec/evas_spec.rb +++ b/spec/evas_spec.rb @@ -611,8 +611,8 @@ describe Efl::Evas do it "xy point_add should work" do @p.point_add 10, 20 @p.point_add 30, 40 - @p.point_add 50, 60 - @p.point_add 80, 80 + @p.<< 50, 60 + @p.<< 80, 80 end # it "point clear shold work" do |