Created
July 3, 2014 15:09
Parse config.ru
This file contains 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 'rack' | |
describe 'config.ru' do | |
it 'should parse' do | |
expect do | |
Rack::Builder.parse_file(File.expand_path('../../../config.ru', __FILE__)) | |
end.not_to raise_error | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment