mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
update gems, ruby 2.1.1 support
This commit is contained in:
parent
cd4c9ffe28
commit
355a4a1c86
4 changed files with 76 additions and 72 deletions
|
@ -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 '/'
|
||||
|
|
|
@ -7,6 +7,8 @@ SimpleCov.start do
|
|||
add_filter "/migrations/"
|
||||
end
|
||||
|
||||
SimpleCov.command_name 'minitest'
|
||||
|
||||
require './environment'
|
||||
require 'webmock'
|
||||
include WebMock::API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue