Providing sugary syntax to help crystalize your Ruby test/spec structure.
This gem is not available via RubyGems.
To use the gem, add this line to your application's Gemfile:
group :test do
gem 'rock_candy', github: 'ScrappyAcademy/rock_candy'
end
And then execute:
$ bundle
Using RockCandy is fairly easy. Just install it.
:triumph: So you got things installed… First off, thanks for using it!!! :heart: :yellow_heart: :blue_heart: :purple_heart: :green_heart: :sparkling_heart: Awesome :sunglasses: now what?!? Check out our executable documentation (written with Cucumber) for details on how to use the different features.
We currently are supporting RSpec. Support for MiniTest is in the works.
If you want support for another testing framework, let us know by opening an issue. We can't promise we'll add it, but we really want to help out the Ruby community. :heart:
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)