Sha256: d497131ed1c7d261269f5e207b398c25b94bf839a5b1d2a9e91f7ca96a236520
Contents?: true
Size: 210 Bytes
Versions: 6
Compression:
Stored size: 210 Bytes
Contents
require 'spec_helper' describe "With the identity map enabled" do before(:each) do @response = request('/id_map/') end it "/id_map returns 'true'" do @response.should have_body('true') end end
Version data entries
6 entries across 6 versions & 1 rubygems