summaryrefslogtreecommitdiffstats
path: root/spec/eina_hash_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_hash_spec.rb
parente4de8f2786d07723519dadcf7ba09da6e96895c6 (diff)
downloadffi-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.rb2
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