diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-23 17:19:53 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-23 17:19:53 +0100 | 
| commit | ba92e1cfe9b646055e18c01b301a2cb6d29939ef (patch) | |
| tree | 039df3355a7dd7ebf4a8934af8c98db24d0bcb40 /spec | |
| parent | 37d5e4861d4e1e7edf7785e5f77392d8b3abb591 (diff) | |
| download | ffi-efl-ba92e1cfe9b646055e18c01b301a2cb6d29939ef.zip ffi-efl-ba92e1cfe9b646055e18c01b301a2cb6d29939ef.tar.gz  | |
spec/helper: set EinaLog to critical level
Diffstat (limited to 'spec')
| -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  | 
