|
|
@ -3,7 +3,7 @@ require 'spec_helper' |
|
|
|
describe BlacklistedDomain do |
|
|
|
describe BlacklistedDomain do |
|
|
|
include_context "data" |
|
|
|
include_context "data" |
|
|
|
|
|
|
|
|
|
|
|
it "includes blacklisted", focus: true do |
|
|
|
it "includes blacklisted" do |
|
|
|
blacklisted_domain |
|
|
|
blacklisted_domain |
|
|
|
BlacklistedDomain.should include(blacklisted_domain.name) |
|
|
|
BlacklistedDomain.should include(blacklisted_domain.name) |
|
|
|
BlacklistedDomain.should include("sub.#{blacklisted_domain.name}") |
|
|
|
BlacklistedDomain.should include("sub.#{blacklisted_domain.name}") |
|
|
|