Sha256: e8241c3beb6357fdf15d8a2a32194f3d93c7f92bb4696a3b7cbb33f71727c15f
Contents?: true
Size: 208 Bytes
Versions: 137
Compression:
Stored size: 208 Bytes
Contents
require 'rails_helper' module PandaPal RSpec.describe Session, type: :model do it 'is initialized with a session_key' do expect(PandaPal::Session.new.session_key).to_not be_nil end end end
Version data entries
137 entries across 137 versions & 1 rubygems