summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_common_components/commit_spec.js.es6
Commit message (Collapse)AuthorAgeFilesLines
* Use same folder structure in spec for vue shared resourcesFilipa Lacerda2017-02-031-131/+0
|
* First iterationFilipa Lacerda2017-02-031-1/+1
| | | | | | | Create shared folder for vue common files Update paths Second iteration - refactor main component to be 100% reusable between the 3 tables
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-051-3/+3
| | | | dependency on Teaspoon
* Adds testsFilipa Lacerda2016-12-091-16/+21
|
* Change prop name to keep consistency with other props.25264-ref-commitFilipa Lacerda2016-12-021-5/+5
|
* Change ref property to commitRefFilipa Lacerda2016-12-021-5/+5
|
* Remove JSX/React eslint plugins.remove-jsx-react-eslint-pluginsLuke "Jared" Bennett2016-11-291-6/+6
| | | | | | | | | | | | Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins. Change `airbnb` to `airbnb-base` for .eslintrc `extends` value. Added changelog entry Made sure all plugins and envs are set Corrected new failing specs
* Fix eslintFilipa Lacerda2016-11-161-2/+0
| | | | Remove unused method
* Adds missing tests for commit componentFilipa Lacerda2016-11-161-68/+107
|
* Adds testsFilipa Lacerda2016-11-161-0/+89
Adds tests. Changes instance into a constructor Adds tests for environments component Adds tests assertations Adds external URL test Adds tests for Rollback component Adds tests for stop component Adds tests for actions component Fix environment item Init environment item tests