diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-21 14:45:22 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-10-21 14:45:22 +0200 |
commit | c0801dc60f8a998395a6300ca8a7cad5cf438bfa (patch) | |
tree | 4ea5c6a8bfd7c6fd3140a72575a03b3955d64be7 /spec/ecore_getopt_spec.rb | |
parent | 1fdfd0dbf44195afcac78c752ca7918e4708b392 (diff) | |
download | ffi-efl-c0801dc60f8a998395a6300ca8a7cad5cf438bfa.zip ffi-efl-c0801dc60f8a998395a6300ca8a7cad5cf438bfa.tar.gz |
use strings instead of module within specs
Diffstat (limited to 'spec/ecore_getopt_spec.rb')
-rw-r--r-- | spec/ecore_getopt_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ecore_getopt_spec.rb b/spec/ecore_getopt_spec.rb index 8c2a565..22ce360 100644 --- a/spec/ecore_getopt_spec.rb +++ b/spec/ecore_getopt_spec.rb @@ -7,7 +7,7 @@ require 'efl/eina_list' require 'efl/eina_rectangle' require 'efl/ecore_getopt' # -describe Efl::EcoreGetopt do +describe 'Efl::EcoreGetopt' do # after(:all) do Efl::Ecore.shutdown |