Sha256: 530be976c3821b04dd0f6c8b267f17331310f712b95845363b9096f4693f1a1f
Contents?: true
Size: 634 Bytes
Versions: 2
Compression:
Stored size: 634 Bytes
Contents
Then /^the Wordless plugin should be installed$/ do plugin_root = 'wp-content/plugins/wordless' steps %Q{ Then the following files should exist: | #{plugin_root}/wordless.php | | #{plugin_root}/wordless/wordless.php | } end Then /^a Wordless theme called "([^"]*)" should exist$/ do |name| theme_root = "wp-content/themes/#{name}" steps %Q{ Then the following files should exist: | #{theme_root}/index.php | | #{theme_root}/style.css | | #{theme_root}/config/initializers/wordless_preferences.php | } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wordless-0.0.2 | features/step_definitions/wordless_steps.rb |
wordless-0.0.1 | features/step_definitions/wordless_steps.rb |