Sha256: 5ec0559094f9dda429e3d64d00f1ad9ffd136ef1fca2fefaa22a41135ec48c19
Contents?: true
Size: 166 Bytes
Versions: 4
Compression:
Stored size: 166 Bytes
Contents
require 'rails_helper' RSpec.describe 'Homepage', type: :request do xit do visit root_path page.should have_content('Copyright © 2012 App') end end
Version data entries
4 entries across 4 versions & 1 rubygems