Sha256: c86f43f767255c58da00e55cccdcb0ebef0f7a06216d14593e5b9e84da6a65ae
Contents?: true
Size: 377 Bytes
Versions: 6
Compression:
Stored size: 377 Bytes
Contents
module Refinery module Core describe Engine do describe "#refinery_inclusion!" do it "should be idempotent" do expect { visit(refinery.root_path) }.to_not raise_error Engine.refinery_inclusion! Engine.refinery_inclusion! expect { visit(refinery.root_path) }.to_not raise_error end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems