summaryrefslogtreecommitdiffstats
path: root/spec/eina_hash_spec.rb
diff options
context:
space:
mode:
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