Skip to content

Instantly share code, notes, and snippets.

@knakayama
Created March 23, 2016 07:52
Show Gist options
  • Save knakayama/895300bfef312f060a6f to your computer and use it in GitHub Desktop.
Save knakayama/895300bfef312f060a6f to your computer and use it in GitHub Desktop.
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