lightweight testing
On the command line:
$ gem install attospec
In your gemfile
gem "attospec"
and then
$ bundle install
include Attospec does? { 1 == 1 } is? { 0.zero? }