summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/labels.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move frontend fixtures into spec/frontendMike Greiling2019-07-191-58/+0
| | | | | Moves every fixture source file from spec/javascripts to spec/frontend
* Resolve annoying deprecation warningsMike Greiling2019-07-181-2/+2
| | | | | DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? ...
* Remove example block parametersWinnie Hellmann2019-05-101-2/+2
| | | | | | | for f in $(find spec/javascripts/fixtures/ -name '*.rb') do sed 's/do |example|/do/' < $f > $f.tmp; mv $f.tmp $f done
* Remove duplicate store_frontend_fixture() callsWinnie Hellmann2019-05-101-2/+0
| | | | | | | for f in $(find spec/javascripts/fixtures/ -name '*.rb') do grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f done
* convert specs in javascripts/ and support/ to new syntaxJasper Maes2018-12-211-6/+6
|
* Cleaning up repositories for javascript fixture specs to work correctlyGabriel Mazetto2017-08-301-0/+4
| | | | | We need to cleanup after each execution so we can still re-use the same paths and prevent collision with the on disk validation
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-2/+2
|
* Colorize labels in issue search fieldWinnie Hellmann2017-05-051-0/+56