This commit is contained in:
Christian Mehlmauer
2012-09-18 18:46:17 +02:00
parent d5122a4109
commit 96ff20a70a
5 changed files with 42 additions and 56 deletions

View File

@@ -28,7 +28,7 @@ describe WpTarget do
:config_file => SPEC_FIXTURES_CONF_DIR + '/browser/browser.conf.json',
:cache_timeout => 0,
:wp_content_dir => @wp_content_dir,
:wp_plugins_dir => "wp-content/plugins/"
:wp_plugins_dir => "wp-content/plugins"
}
@wp_target = WpTarget.new("http://example.localhost/", @options)
end