update gems, ruby 2.1.1 support

This commit is contained in:
Kyle Drake 2014-03-27 15:11:35 -07:00
parent cd4c9ffe28
commit 355a4a1c86
No known key found for this signature in database
GPG key ID: 8BE721072E1864BE
4 changed files with 76 additions and 72 deletions

View file

@ -7,8 +7,6 @@ def status; last_response.status end
def headers; last_response.headers end
def body; last_response.body end
SimpleCov.command_name 'minitest'
describe 'index' do
it 'loads' do
get '/'

View file

@ -7,6 +7,8 @@ SimpleCov.start do
add_filter "/migrations/"
end
SimpleCov.command_name 'minitest'
require './environment'
require 'webmock'
include WebMock::API