Sha256: def3a590f29c981f3c6fcaf87d616fa418c89edafbfff0f6fe92e3f88be800fa
Contents?: true
Size: 351 Bytes
Versions: 1
Compression:
Stored size: 351 Bytes
Contents
require_relative '../lib/polizia' setup do Polizia.new(nil) end test '#create?' do |policy| assert !policy.create? end test '#index?' do |policy| assert !policy.index? end test '#show?' do |policy| assert !policy.show? end test '#update?' do |policy| assert !policy.update? end test '#delete?' do |policy| assert !policy.delete? end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polizia-1.0.0 | test/all.rb |