default wp_content_dir

This commit is contained in:
Christian Mehlmauer
2012-09-18 19:56:14 +02:00
parent 96ff20a70a
commit 9e5aa05859
9 changed files with 26 additions and 49 deletions

View File

@@ -22,12 +22,10 @@ describe WpTarget do
before :each do
Browser.reset
@wp_content_dir = "wp-content"
@options =
{
: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_target = WpTarget.new("http://example.localhost/", @options)