summaryrefslogtreecommitdiffstats
path: root/spec/ecore_event_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ecore_event_spec.rb')
-rw-r--r--spec/ecore_event_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/ecore_event_spec.rb b/spec/ecore_event_spec.rb
index a61e4c8..0dba5b9 100644
--- a/spec/ecore_event_spec.rb
+++ b/spec/ecore_event_spec.rb
@@ -1,12 +1,12 @@
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
-require 'efl/ecore'
-require 'efl/ecore/event'
+require 'e17/ecore'
+require 'e17/ecore/event'
#
-describe EFL::ECORE do
+describe E17::ECORE do
#
- include EFL
+ include E17
#
before(:all) do
USER_SIGNAL_CB = Proc.new do |data, type, event|