Skip to content

Instantly share code, notes, and snippets.

@Afterglow
Created April 1, 2015 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Afterglow/e89029dbf2c8364a2dc6 to your computer and use it in GitHub Desktop.
Save Afterglow/e89029dbf2c8364a2dc6 to your computer and use it in GitHub Desktop.
Example infrataster test
require 'spec_helper'
describe server('provisiontest') do
describe http('http://192.168.20.10/') do
it 'responds with 200' do
expect(response.status).to eq 200
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment