Created
March 23, 2016 07:52
-
-
Save knakayama/895300bfef312f060a6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'spec_helper' | |
describe 'www.example.com' do | |
it { is_expected.to have_dns.with_type('A') } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment