Sha256: 9bf158a477c6c4d626b9db0402a7df68fd0ff9afda15412ee1238745f641aa5f
Contents?: true
Size: 221 Bytes
Versions: 28
Compression:
Stored size: 221 Bytes
Contents
require File.expand_path("spec_helper", File.dirname(__FILE__)) describe "Roda#env" do it "should return the environment" do app do |r| env['PATH_INFO'] end body("/foo").must_equal "/foo" end end
Version data entries
28 entries across 28 versions & 1 rubygems