lib/care/support/authorization_helper.rb in care-0.1.1 vs lib/care/support/authorization_helper.rb in care-0.1.3
- old
+ new
@@ -1,7 +1,8 @@
RSpec.shared_context "set_authorization" do
- let(:organization_id) { SecureRandom.uuid }
+ let(:'Organization-Id') { SecureRandom.uuid }
+ let(:organization_id) { send(:'Organization-Id') }
let(:payload) do
{
iss: "DocShell",
iat: DateTime.now.to_i,