spec/fixtures renamed to spec/samples

This commit is contained in:
erwanlr
2013-01-09 12:42:22 +01:00
parent cf102a04b1
commit 525491af89
144 changed files with 1 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ require 'webmock/rspec'
SPEC_DIR = ROOT_DIR + '/spec'
SPEC_LIB_DIR = SPEC_DIR + '/lib'
SPEC_CACHE_DIR = SPEC_DIR + '/cache'
SPEC_FIXTURES_DIR = SPEC_DIR + '/fixtures'
SPEC_FIXTURES_DIR = SPEC_DIR + '/samples'
SPEC_FIXTURES_CONF_DIR = SPEC_FIXTURES_DIR + '/conf'
SPEC_FIXTURES_WP_VERSIONS_DIR = SPEC_FIXTURES_DIR + '/wp_versions'