mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
92c9175574
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?
19 lines
161 B
Text
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
|