1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/lib/capybara/spec/session
Thomas Walpole ba37f78692 Update all tests to "expect" format and add support for RSpec 3 usage
Swap from :skip to :capybara_skip since :skip is now used by RSpec 3
Add rspec 3 testing to beta gemfile
2014-04-02 14:33:26 -07:00
..
all_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
assert_selector.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
attach_file_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
body_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
check_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
choose_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
click_button_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
click_link_or_button_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
click_link_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
current_scope_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
current_url_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
evaluate_script_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
execute_script_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
fill_in_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
find_button_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
find_by_id_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
find_field_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
find_link_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
find_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
first_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
go_back_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
go_forward_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_button_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_css_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_field_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_link_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_select_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_selector_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_table_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_text_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_title_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_xpath_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
headers.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
html_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
node_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
reset_session_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
response_code.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
save_page_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
screenshot.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
select_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
source_spec.rb Make source a true alias of html, closes #871 2012-11-20 14:24:39 +01:00
text_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
title_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
uncheck_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
unselect_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
visit_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
within_frame_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
within_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
within_window_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00