summaryrefslogtreecommitdiff
path: root/spec/models/project_services/pivotaltracker_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-3/+3
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
| | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
|
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove schema annotations completelyValery Sizov2016-09-161-20/+0
|
* Ability to specify branches for pivotal tracker integrationEgor Lynko2016-08-151-0/+71
|
* Ensure URL in all Service subclasses are validRémy Coutable2016-04-251-0/+42
Signed-off-by: Rémy Coutable <remy@rymai.me>