changed rspec_helper requires

This commit is contained in:
ethicalhack3r
2012-11-30 21:29:57 +01:00
parent a72ca18eac
commit c34145220d
8 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#++
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
require 'spec_helper'
require WPSTOOLS_LIB_DIR + '/wpstools_helper'