diff --git a/spec/dummy/config/boot.rb b/spec/dummy/config/boot.rb index bd45853..140dfe2 100644 --- a/spec/dummy/config/boot.rb +++ b/spec/dummy/config/boot.rb @@ -1,6 +1,3 @@ -require 'yaml' -YAML::ENGINE.yamler= 'syck' - require 'rubygems' gemfile = File.expand_path('../../../../Gemfile', __FILE__) diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb index e69face..2e7af3b 100644 --- a/spec/support/helpers.rb +++ b/spec/support/helpers.rb @@ -1,6 +1,6 @@ module Refinery::WordPress::SpecHelpers def test_dump - file_name = File.realpath(File.join(File.dirname(__FILE__), '../fixtures/wordpress_dump.xml')) + file_name = File.expand_path(File.join(File.dirname(__FILE__), '../fixtures/wordpress_dump.xml')) Refinery::WordPress::Dump.new(file_name) end end