diff options
author | Elvin Efendi <elvin.efendiev@shopify.com> | 2015-12-09 23:43:32 -0500 |
---|---|---|
committer | Elvin Efendi <elvin.efendiev@shopify.com> | 2015-12-13 19:02:36 -0500 |
commit | 1c4f886e883f947b649613a21955929fa6d7e94c (patch) | |
tree | f505d91af55ee18837d0290f3d9ea7ff8531240b /spec | |
parent | 82db9fdd9c135a445a4839e39b245a9965091219 (diff) |
refactor and fix bugs introduced with new changes
Diffstat (limited to 'spec')
-rw-r--r-- | spec/githubrepo_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/githubrepo_spec.rb b/spec/githubrepo_spec.rb index a3b4953..5786d73 100644 --- a/spec/githubrepo_spec.rb +++ b/spec/githubrepo_spec.rb @@ -6,6 +6,7 @@ describe Oxidized::Node do before(:each) do Oxidized.asetus = Asetus.new Oxidized.config.output.git.repo = 'foo.git' + Oxidized.setup_logger @credentials = mock() |