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
Generate a gem skeleton via bundle. (A simple app with a Gemfile is also usable but you need to compose your own app structure.)
Setup guard-rspec and terminal notification. (As this is setup Mac OS, terminal-notifier and terminal-notifier-guard are used. Use corresponding gems for non Mac OS setups.)
Add passing examples.
Then, add an example that will not yet fail/pass due to an error. Say you have an Arithmeter module and you wish to add Util module under it. Example:
Steps to recreate
Arithmeter
module and you wish to addUtil
module under it. Example:Note: You can just clone this repo and just do last step (No. 4).
Current Behavior
After following recreate steps above:
0 examples, 0 failures in x seconds
, andExpected Behavior
System configuration
The text was updated successfully, but these errors were encountered: