android.moparisthebest.org/octopress/features/step_definitions/octopress_steps.rb
2011-12-21 12:38:38 -05:00

8 lines
131 B
Ruby

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