android.moparisthebest.org/octopress/features/step_definitions/octopress_steps.rb

8 lines
131 B
Ruby
Raw Normal View History

Then /the octopress blog files should exist/ do
check_file_presence(%w(
.rvmrc
.rbenv-version
Gemfile
), true)
end