Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| { | |
| "frameworks": ["browserify", "mocha", "chai-sinon", "env"], | |
| "files": [ | |
| "components/angular/angular.js", | |
| "components/angular-mocks/angular-mocks.js", | |
| "node_modules/angular-ui-router/release/angular-ui-router.js", | |
| "./components/firebase/firebase.js", | |
| "./components/angularfire/angularfire.js", | |
| "test/unit/**/*.js" | |
| ], |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') |