summaryrefslogtreecommitdiffstats
path: root/spec/ecore_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ecore_spec.rb')
-rw-r--r--spec/ecore_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ecore_spec.rb b/spec/ecore_spec.rb
index 4a1b077..0ab3d6c 100644
--- a/spec/ecore_spec.rb
+++ b/spec/ecore_spec.rb
@@ -24,10 +24,10 @@ describe Efl::Ecore do
NONE = FFI::MemoryPointer.from_string "none"
end
before(:each) {
- Ecore.init
+ Ecore.init==1
}
after(:each) {
- Ecore.shutdown
+ Ecore.shutdown==0
}
#
it "should init" do