diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-08 15:54:57 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-08 15:54:57 +0200 |
commit | e6f6ad8072532f879aaaffddebdbd0be4b749285 (patch) | |
tree | 0dadba527d0b3107b43d8c49f71c637419431247 /spec/eina_hash_spec.rb | |
parent | e4de8f2786d07723519dadcf7ba09da6e96895c6 (diff) | |
download | ffi-efl-e6f6ad8072532f879aaaffddebdbd0be4b749285.zip ffi-efl-e6f6ad8072532f879aaaffddebdbd0be4b749285.tar.gz |
spec cleanup
Diffstat (limited to 'spec/eina_hash_spec.rb')
-rw-r--r-- | spec/eina_hash_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/eina_hash_spec.rb b/spec/eina_hash_spec.rb index 3c073c5..48347a4 100644 --- a/spec/eina_hash_spec.rb +++ b/spec/eina_hash_spec.rb @@ -167,7 +167,7 @@ describe Efl::EinaHash do h[k3].read_string.should == "D3" end # - it "alternate constructor should work" do + it "alternate constructor" do cstr_cnt = 0 h = REinaHash.new { cstr_cnt+=1; Efl::Native.eina_hash_string_superfast_new FFI::Pointer::NULL } cstr_cnt.should == 1 |