You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsc makes use of several Open Source projects for developing, testing and building purposes.
Developing & Testing
Following a BDD approach I used aruba, which provides CLI Steps for Cucumber, and rspec.
You can find Cucumber features in /features directory, while specs are in /specs dir.
Building
jeweler is a tool for creating and managing Rubygem projects. It provides several rake tasks, you can see how use them to build your gem with the command
rake -T