summaryrefslogtreecommitdiffstats
path: root/spec/eina_list_spec.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-08 15:54:57 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-08 15:54:57 +0200
commite6f6ad8072532f879aaaffddebdbd0be4b749285 (patch)
tree0dadba527d0b3107b43d8c49f71c637419431247 /spec/eina_list_spec.rb
parente4de8f2786d07723519dadcf7ba09da6e96895c6 (diff)
downloadffi-efl-e6f6ad8072532f879aaaffddebdbd0be4b749285.zip
ffi-efl-e6f6ad8072532f879aaaffddebdbd0be4b749285.tar.gz
spec cleanup
Diffstat (limited to 'spec/eina_list_spec.rb')
-rw-r--r--spec/eina_list_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/eina_list_spec.rb b/spec/eina_list_spec.rb
index d19a372..0cf2501 100644
--- a/spec/eina_list_spec.rb
+++ b/spec/eina_list_spec.rb
@@ -92,7 +92,7 @@ describe Efl::EinaList do
l.free
end
#
- it "Enumerable should work" do
+ it "Enumerable" do
l = REinaList.new
d1 = ::FFI::MemoryPointer.from_string "D0"
d2 = ::FFI::MemoryPointer.from_string "D1"