10 Commits

Author SHA1 Message Date
Claudia
5be80a78f6
Use Homebrew-controlled domain for Cask dummy URLs
In a number of Cask specs, the value of the `homepage` stanza is currently set
to https://example.com. As of 2018-11-28, the TLS certificate served by
example.com seems to be expired, possibly due to an oversight on ICANN’s side.

While the certificate is certainly going to be renewed soon, it would be
desirable for Homebrew’s test result to be less dependent on ICANN’s actions.
This commit changes the homepages of all test Casks to http://brew.sh, whose
domain and TLS certificate are both controlled by Homebrew.
2018-11-28 20:51:55 +01:00
Markus Reiter
7762ce32aa Use more descriptive heredoc names. 2018-07-11 18:15:30 +02:00
Mike McQuaid
f6bf989378 Remove some integration tests
We have an awful lot of integration tests and they are (comparatively)
really slow. Let's kill those that test edge case conditions and focus
on those that test that our functionality works as expected. Edge cases
can be better tested with unit tests.
2018-05-23 14:41:31 +01:00
Mike McQuaid
5e1806e796 test: rubocop-rspec style auto-corrects.
There’s too many warnings to start enabling `rubocop-rspec` by default
but let’s at least apply the cleanups it does automatically.
2018-03-25 13:30:37 +01:00
Markus Reiter
9bee9ca575 Use “squiggly” heredocs. 2017-10-18 14:39:09 +02:00
Joshua Liu
ed72e02bba Change deps_spec expect ordering 2017-02-24 17:21:50 -05:00
Joshua Liu
b2795bc902 Corrected deps_spec descriptions and small formatting changes 2017-02-23 05:25:24 -05:00
Joshua Liu
1d7fde515b Update deps_spec descriptions 2017-02-23 05:02:41 -05:00
Joshua Liu
4063f4159d Updated deps_spec to match style 2017-02-23 01:54:44 -05:00
Joshua Liu
88a4a95e69 Convert deps test to spec 2017-02-21 20:14:21 -05:00