diff options
Diffstat (limited to 'spec/eina_list_spec.rb')
-rw-r--r-- | spec/eina_list_spec.rb | 2 |
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" |