Sha256: 64ffca564897e0b124bce299b29d9a106bf396e0ebe7d68f2f427344625b103e
Contents?: true
Size: 280 Bytes
Versions: 9
Compression:
Stored size: 280 Bytes
Contents
require 'spec_helper' describe Unread::Reader::Scopes do it 'should define reader_scope' do expect(Reader.reader_scope).to eq Reader.not_foo.not_bar expect(DifferentReader.reader_scope).to eq DifferentReader expect(StiReader.reader_scope).to eq StiReader end end
Version data entries
9 entries across 9 versions & 1 rubygems