diff options
Diffstat (limited to 'spec/helper.rb')
-rw-r--r-- | spec/helper.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/helper.rb b/spec/helper.rb index 2498d5a..e641c92 100644 --- a/spec/helper.rb +++ b/spec/helper.rb @@ -1,6 +1,10 @@ #! /usr/bin/env ruby # -*- coding: UTF-8 -*- # +require 'efl/eina_log' +Efl::Eina.init +Efl::EinaLog.level_set :eina_log_level_critical +# def realize_evas width = 300 height = 200 |