common_helper also goes into the common directory

This commit is contained in:
erwanlr
2013-02-20 16:32:13 +01:00
parent fb5e6307e0
commit a01e1ab29f
5 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ if RUBY_VERSION >= '1.9'
require 'simplecov'
end
require File.expand_path(File.dirname(__FILE__) + '/../lib/common_helper')
require File.expand_path(File.dirname(__FILE__) + '/../lib/common/common_helper')
gem 'webmock', '=1.8.11'
require 'webmock/rspec'