1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/.gitignore
Joiey Seeley 92c9175574 Added tags file to gitignore. This is the index file created by ctags
which is used by some text editors and is developer environment
specific.

Added the option to use :if syntax as syntactic sugar for guard.

Added the option to use :unless syntax which essentially behaves
as a negated guard.

Added a couple of tests for the :unless syntax since the logic was
slightly different.

Noticed a couple of tests were just returning true/false at
the end rather than checking for expectations.  Fixed a couple
of those; still some remaining.

Changed AASM#perform method to allowed?
2014-11-08 00:44:24 -06:00

19 lines
161 B
Text

*.sw?
*~
.DS_Store
.idea
coverage
pkg
rdoc
Gemfile.lock
gemfiles/*.lock
spec/debug.log
spec/*.db
TODO
.rvmrc
.ruby-version
.ruby-gemset
alto
.rspec
.bundle
tags