Sha256: 236a360d8d0741765ce58139fb88a0c59ce72cda82bfb033039b2e64ef39973a

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 Bytes

Contents

# Capybara defaults to XPath selectors rather than Webrat's default of CSS3. In
# order to ease the transition to Capybara we set the default here. If you'd
# prefer to use XPath just remove this line and adjust any selectors in your
# steps to use the XPath syntax.
Capybara.default_selector = :css

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
importable_attachments-0.0.18 spec/dummy/features/support/capybara.rb
importable_attachments-0.0.17 spec/dummy/features/support/capybara.rb
importable_attachments-0.0.15 spec/dummy/features/support/capybara.rb
importable_attachments-0.0.14 spec/dummy/features/support/capybara.rb
importable_attachments-0.0.13 spec/dummy/features/support/capybara.rb