Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic specs for Onfleet objects #14

Merged
merged 64 commits into from
Oct 10, 2018
Merged

Conversation

amilligan
Copy link
Contributor

None of these commits change behavior, they simply fill in specs for the existing behavior. A few of the specs are currently marked as pending due to known issues (e.g. #11 and #12).

The utility function for camel-casing strings was using ActiveSupport's #camelize method, so I added that gem as a dependency to allow specs to run.

amilligan added 30 commits May 13, 2018 18:26
rubocop:
- Layout/EmptyLines
- Layout/EmptyLinesAroundAccessModifier
- Layout/EmptyLinesAroundBlockBody
- Layout/EmptyLinesAroundClassBody
- Layout/EmptyLinesAroundMethodBody
- Layout/EmptyLinesAroundModuleBody
- Layout/ExtraSpacing
rubocop:
- Layout/IndentationConsistency
- Layout/IndentationWidth
- Layout/MultilineMethodCallIndentation
rubocop:
- Layout/SpaceAfterComma
- Layout/SpaceAroundEqualsInParameterDefault
- Layout/SpaceAroundOperators
- Layout/SpaceInsideBlockBraces
- Layout/SpaceInsideHashLiteralBraces
rubocop: Layout/TrailingBlankLines
rubocop: Lint/AmbiguousRegexpLiteral
rubocop: Lint/AssignmentInConditions
rubocop: Lint/DuplicateMethods
rubocop: Lint/IneffectiveAccessModifier
rubocop: Lint/UriEscapeUnescape
rubocop: Lint/UselessAssignment
rubocop: Performance/RedundantMerge
rubocop:
- Style/BracesAroundHashParameters
- Style/EmptyLiteral
- Style/EmptyMethod
- Style/MethodDefParentheses
rubocop: Style/StringLiterals
rubocop: Style/UnneededInterpolation
rubocop: Style/RedundantSelf
rubocop: Style/Next
rubocop: Style/NegatedIf
rubocop: Style/MutableConstant
rubocop: Style/InverseMethods
rubocop: Style/IfUnlessModifier
rubocop: Style/GuardClause
rubocop: Style/ExpandPathArguments
rubocop: Style/ConditionalAssignment
rubocop: Style/ClassCheck
@nbwar nbwar merged commit 7ebbe51 into nbwar:master Oct 10, 2018
@amilligan amilligan deleted the spec branch February 16, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants