Commit Graph

17 Commits

Author SHA1 Message Date
Thomas Walpole 1cfbfea150 Use described_class in specs 2019-07-15 14:49:21 -07:00
Thomas Walpole e320f5d7fc style updates 2018-07-16 15:04:52 -07:00
Thomas Walpole 170bc99d68 Support configuring the puma server to use SSL 2018-05-08 13:12:17 -07:00
Thomas Walpole a17e9c36fa Add rubocop-spec - some disabled for now 2018-04-30 18:00:16 -07:00
Thomas Walpole 618dd9ff70 Rubocop driven spec style cleanup 2018-03-01 11:44:55 -08:00
Thomas Walpole 8ca0d15d8b Remove tests for unsupported legacy firefox 2018-01-03 15:12:23 -08:00
Thomas Walpole b90a93affe Update testing and travis matrix for selenium-webdriver 3.0 release 2016-10-18 00:21:51 -07:00
Thomas Walpole e0e187cbea Work around mime-types broken sorting on MIME::Types.type_for('xxx.csv') 2016-09-12 20:54:48 -07:00
Thomas Walpole 8567aa1990 Setup travis to test selenium-webdriver HEAD with Chrome too 2016-09-03 14:10:08 -07:00
Thomas Walpole 07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
Thomas Walpole 85e9fcd7f2 fix feature definition in case user has RSpec set not to expose dsl globally - test in rspec 3 beta tests 2014-04-03 10:25:03 -07:00
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
Edgars Beigarts f6b3124d7f Renamed rspec examples 2011-08-22 12:32:35 +03:00
Edgars Beigarts 8d0442073d Tests for selenium driver exit codes. #463 2011-08-22 12:27:45 +03:00
Jonas Nicklas cf1aa4d073 Moved shared specs into lib directory
This way, implementations of other drivers can
use the specs to verify that they are working
correctly.
2010-04-09 16:41:35 +02:00
Thorbjørn Hermansen fe6f5a1bde Wrote failing specs which highlights missing content-type with rack test driver
Don't know if this could have been written any better, guess it can as
this is my first "deep" look into Capybara. The problem is found in the
Capybara::Driver::RackTest; it doesn't forward the content type of the
file being uplloaded to Rack::Test::UploadedFile.new. UploadFile's
initializer sets the content type to text/plain as a default.

This will make for instance Paperclip's attachment validation fail when
testing with Cucumber and Capybara even though we are uploading a type
which should pass.
2010-01-07 23:43:11 +01:00
Jonas Nicklas and Kevin Fitzpatrick ac7d044243 Changed to use selenium-webdriver and it works! 2009-11-14 10:44:46 +01:00