1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Elliot Winkler
b3d6489546 Rename appraisals to match shoulda / shoulda-context 2019-03-20 22:47:03 -07:00
Elliot Winkler
ed7f6ec9b2 Update Rails 4.2.x, 5.0.x, and 5.2.x 2019-02-16 01:31:10 -07:00
Elliot Winkler
e0a70c02fb Upgrade Rake so that Zeus runs 2019-01-29 18:17:12 -07:00
Elliot Winkler
e2154f9e4e Simplify Rubocop configuration
The original Rubocop configuration was copied from other thoughtbot
projects. Of course, Rubocop comes with its own set of default settings.
Therefore, we don't need to re-specify settings that it already has --
we only need to specify the ones that we're overriding.

Besides this, Rubocop isn't even in the Gemfile, so even though Hound
runs on GitHub automatically, it'd be nice to spot style issues as you
are editing files.

Given this, this commit simplifies the Rubocop configuration and also
adds Rubocop to the Gemfile so that you can configure your editor to
lint files as you are editing them.
2018-10-04 21:30:01 -03:00
Gui Vieira
34f7732ba8 Create Appraisal and TravisCI config for Rails 5.2 2018-09-05 10:41:20 -03:00