Sha256: 1c43ac0c9e02fa4113feaf7368ec0fb9206a7c5f23873ac0a4e0e1eab6156ba0
Contents?: true
Size: 329 Bytes
Versions: 6
Compression:
Stored size: 329 Bytes
Contents
require 'spec_helper' describe Sufia::Permissions::Writable do class SampleModel < ActiveFedora::Base include Sufia::Permissions::Writable end let(:subject) { SampleModel.new } describe "#permissions" do it "initializes with nothing specified" do expect(subject.permissions).to be_empty end end end
Version data entries
6 entries across 6 versions & 1 rubygems