summaryrefslogtreecommitdiffstats
path: root/spec/ecore_event_spec.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-12 21:23:29 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-12 21:23:29 +0200
commit3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe (patch)
tree591d46a4a6f0bcfbc200e9c4a92508ee26974eb8 /spec/ecore_event_spec.rb
parent131839bfb26fadebc32ce86c10784e2ca2647bbc (diff)
downloadffi-efl-3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe.zip
ffi-efl-3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe.tar.gz
rename to ffi-e17
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|