summaryrefslogtreecommitdiffstats
path: root/spec/elm_spec.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-10-21 14:45:22 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-10-21 14:45:22 +0200
commitc0801dc60f8a998395a6300ca8a7cad5cf438bfa (patch)
tree4ea5c6a8bfd7c6fd3140a72575a03b3955d64be7 /spec/elm_spec.rb
parent1fdfd0dbf44195afcac78c752ca7918e4708b392 (diff)
downloadffi-efl-c0801dc60f8a998395a6300ca8a7cad5cf438bfa.zip
ffi-efl-c0801dc60f8a998395a6300ca8a7cad5cf438bfa.tar.gz
use strings instead of module within specs
Diffstat (limited to 'spec/elm_spec.rb')
-rw-r--r--spec/elm_spec.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/elm_spec.rb b/spec/elm_spec.rb
index 2745d20..0ea75c8 100644
--- a/spec/elm_spec.rb
+++ b/spec/elm_spec.rb
@@ -25,7 +25,7 @@ describe "Efl::Elm #{Efl::Elm.version.full}" do
Elm.shutdown.should == @init
end
#
- describe Efl::Elm::ElmWin do
+ describe 'Efl::Elm::ElmWin' do
before(:each) {
realize_win
}
@@ -179,7 +179,7 @@ describe "Efl::Elm #{Efl::Elm.version.full}" do
# TODO EAPI void elm_win_illume_command_send(Evas_Object *obj, Elm_Illume_Command command, void *params);;
# TODO EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj);
#
- describe Efl::Elm::ElmInWin do
+ describe 'Efl::Elm::ElmInWin' do
it "activate, content set/get/unset" do
@iwin = @win.inwin_add
o1 = @win.evas.object_rectangle_add
@@ -200,7 +200,7 @@ describe "Efl::Elm #{Efl::Elm.version.full}" do
end
end
#
- describe Efl::Elm::ElmBg do
+ describe 'Efl::Elm::ElmBg' do
before(:all) {
realize_win
}
@@ -242,7 +242,7 @@ describe "Efl::Elm #{Efl::Elm.version.full}" do
end
end
#
- describe Efl::Elm::ElmLabel do
+ describe 'Efl::Elm::ElmLabel' do
#
before(:all) {
realize_win
@@ -292,7 +292,7 @@ describe "Efl::Elm #{Efl::Elm.version.full}" do
end
end
#
- describe Efl::Elm::ElmPager do
+ describe 'Efl::Elm::ElmPager' do
#
before(:all) {
realize_win
@@ -323,7 +323,7 @@ describe "Efl::Elm #{Efl::Elm.version.full}" do
end
end
#
- describe Efl::Elm::ElmPanel do
+ describe 'Efl::Elm::ElmPanel' do
#
before(:all) {
realize_win