diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-11 10:07:14 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-11 10:07:14 +0200 |
commit | 533f8327d0a3f1eae95aedadd48d0f1640766f28 (patch) | |
tree | 985b29d9f744d14c8c2ab930fb15d7099c02c181 /spec/ecore_spec.rb | |
parent | 0c30e8a8efcc32de3216a8f49b84793e51ff31cc (diff) | |
download | ffi-efl-533f8327d0a3f1eae95aedadd48d0f1640766f28.zip ffi-efl-533f8327d0a3f1eae95aedadd48d0f1640766f28.tar.gz |
add missing sed-variables, fix EinaLog module generation, add self.version for all modules and use them in spec describe
Diffstat (limited to 'spec/ecore_spec.rb')
-rw-r--r-- | spec/ecore_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ecore_spec.rb b/spec/ecore_spec.rb index 0ab3d6c..ddc775e 100644 --- a/spec/ecore_spec.rb +++ b/spec/ecore_spec.rb @@ -3,7 +3,7 @@ # require 'efl/ecore' # -describe Efl::Ecore do +describe "Efl::Ecore #{Efl::Ecore.version.full}" do # before(:all) do Ecore = Efl::Ecore |