From c6b9c9f922549efe6684fdf58b014f36410d9f45 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sat, 28 Mar 2020 10:04:30 +0100 Subject: [PATCH] fix spec --- spec/concerns/authenticable_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/concerns/authenticable_spec.rb b/spec/concerns/authenticable_spec.rb index 15a78574a..af60723f0 100644 --- a/spec/concerns/authenticable_spec.rb +++ b/spec/concerns/authenticable_spec.rb @@ -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