Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jylamont committed Sep 17, 2020
1 parent 3616020 commit a315a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

config.api_key = 'abcd1234'
config.secret = 'abcd1234'
expect(config.request_params).to match(hash_including(auth_token: 'YWJjZDEyMzQ6YWJjZDEyMzQ=' ))
expect(config.request_params).to match(hash_including(auth_token: 'YWJjZDEyMzQ6YWJjZDEyMzQ='))

config.development_mode = true
expect(config.request_params).to match(hash_including(auth_token: 'YWJjZDEyMzQ6YWJjZDEyMzQ=', development_mode: true))
Expand Down

0 comments on commit a315a22

Please sign in to comment.