mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
14 lines
231 B
Ruby
14 lines
231 B
Ruby
Then /an empty project structure should exist/ do
|
|
check_directory_presence(%w(
|
|
_plugins
|
|
), true)
|
|
|
|
check_file_presence(%w(
|
|
.rvmrc
|
|
.rbenv-version
|
|
_config.yml
|
|
Gemfile
|
|
_plugins/octopress.rb
|
|
), true)
|
|
end
|