- Add support for matchers introduced in 2017 edition of book.
- Add support for FactoryBot snippets.
- Remove
cb
snippet forclick_button
to resolve duplicate key issue. - Add snippet for
have_current_path
. - Add snippet for Factory Girl traits.
- Add snippet for
have_field
matcher.
- Add documentation—thanks, Matt Petty @lodestone!
- Add
sel
snippet to select from a menu.
- Add
hl
snippet to have_link. - Add
chk
snippet to check a checkbox. - Fix incorrect snippet output for
fgb
(FactoryGirl.build). - Add
bt
andbf
snippets for be_truthy and be_falsy matchers, respectively. - Add
rto
snippet for route_to matcher.
- Add
clb
snippet to click button, since it was what I was typing, anyway. - Remove lib directory since it's not being used by this package.
- Initial set of snippets