Skip to content

Instantly share code, notes, and snippets.

@dkarter
Created October 12, 2016 15:21
Show Gist options
  • Save dkarter/657b43de165fa801fd72abbfdcd0bacd to your computer and use it in GitHub Desktop.
Save dkarter/657b43de165fa801fd72abbfdcd0bacd to your computer and use it in GitHub Desktop.
Page objects projections config
{
"spec/support/pages/*.rb": {
"type": "page",
"template": [
"module Pages",
" class {camelcase}",
" include Capybara::DSL",
" include CapybaraErrorIntel::DSL",
" include Rails.application.routes.url_helpers",
"",
" end",
"end"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment