mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
8 lines
131 B
Ruby
8 lines
131 B
Ruby
Then /the octopress blog files should exist/ do
|
|
check_file_presence(%w(
|
|
.rvmrc
|
|
.rbenv-version
|
|
Gemfile
|
|
), true)
|
|
end
|