Sha256: 2a7e9704e8241b67719dd2157a4a00571dc1acc832d751aa2d0df02899123720
Contents?: true
Size: 470 Bytes
Versions: 2
Compression:
Stored size: 470 Bytes
Contents
module Pah module Templates class Capybara < Pah::Template def call copy_static_file 'spec/support/acceptance_helpers.rb' copy_static_file 'spec/support/acceptance_macros.rb' copy_static_file 'spec/support/capybara.rb' copy_static_file 'spec/support/shared_connection.rb' copy_static_file 'spec/acceptance/dummy_spec.rb' git add: 'spec/' git_commit 'Add capybara helpers.' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.17 | lib/pah/templates/capybara.rb |
pah-0.0.16 | lib/pah/templates/capybara.rb |