aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/spec/support
AgeCommit message (Collapse)Author
2017-03-05Move Cask test helpers to `test/support`.Markus Reiter
2017-03-05Move `shared_examples` and `matcher` into specs.Markus Reiter
2017-03-05Move Cask `shared_examples` to `test/support`.Markus Reiter
2017-02-12rubocop: trailing comma in multiline method callsAlyssa Ross
Discussed in https://github.com/Homebrew/brew/pull/1987/files#r100693581. This was originally ommitted because it wasn't compatible with Ruby 1.8. (See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971).
2017-02-10Move NeverSudoSystemCommand to separate file.Markus Reiter
2017-02-10Convert postflight test to spec.Markus Reiter
2017-02-10Convert caveats test to spec.Markus Reiter
2017-02-10Convert Zap test to spec.Markus Reiter
2017-02-10Convert List test to spec.Markus Reiter
2017-02-09Merge pull request #1969 from reitermarkus/valid-symlinkMarkus Reiter
Create custom matchers for “valid symlink”.
2017-02-09Use explicit checks instead of custom matcher.Markus Reiter
2017-02-08Merge pull request #1970 from reitermarkus/at-exit-hackMarkus Reiter
Remove `kernel_at_exit_hacks.rb`.
2017-02-08Remove `Sha256Helper`.Markus Reiter
2017-02-08Remove `kernel_at_exit_hacks.rb`.Markus Reiter
2017-02-08Create custom matchers for “valid symlink”.Markus Reiter
2017-01-25Move Cask fixtures to `test/support/fixtures`.Markus Reiter
2016-10-24Move cask fixtures to `test/fixtures/cask`.Markus Reiter
2016-10-19cask/spec: replace with_env_var with with_environmentJosh Hagins
2016-10-06Deprecate license stanzaDavid Yun
2016-09-21remove Cask's .rubocop.ymlMaxim Belkin
2016-09-21rubocop: fix soft links targetsMaxim Belkin
2016-08-27Don’t use `should` syntax in rspec.Markus Reiter
2016-08-21Refactor `shutup`.Markus Reiter
2016-08-20Dummy Caffeine app.Markus Reiter
2016-08-19initAnastasiaSulyagina