Sha256: a182b2b13dfa0f9bd54b37e84f6c491fa8cb179fa51c6eedc794fe72c310d504
Contents?: true
Size: 288 Bytes
Versions: 4
Compression:
Stored size: 288 Bytes
Contents
require 'spec_helper' feature 'user/bot visits robots.txt', %q{ As a bot I want to see a robots.txt file for my application So I know what to crawl and what not to crawl } do scenario "visit robots.txt" do visit "/robots.txt" page.status_code.should eql(200) end end
Version data entries
4 entries across 4 versions & 1 rubygems