|
|
@ -162,7 +162,7 @@ describe Domain do |
|
|
|
subsubdomain.reload.depth.should == 2 |
|
|
|
subsubdomain.reload.depth.should == 2 |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
it "audits creations", focus: true do |
|
|
|
it "audits creations" do |
|
|
|
PaperTrail.enabled = true |
|
|
|
PaperTrail.enabled = true |
|
|
|
User.current = user |
|
|
|
User.current = user |
|
|
|
expect { domain }.to change(PaperTrail::Version, :count) |
|
|
|
expect { domain }.to change(PaperTrail::Version, :count) |
|
|
|