diff options
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 |