Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 28, 2020
1 parent dea149b commit c6b9c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/concerns/authenticable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
describe 'encode_auth_param' do
it "works" do
credentials = subject.encode_auth_param(username: subject.symbol, password: 12345)
expect(credentials).to start_with("VEVTVE")
expect(credentials).to start_with("VEVT")
end

it "no password" do
Expand Down

0 comments on commit c6b9c9f

Please sign in to comment.