Sha256: 6ce2e4383e4e1cb41bc218f1b058a12aa58dcf58eff08b73b8fa14bc3cde70f6
Contents?: true
Size: 367 Bytes
Versions: 8
Compression:
Stored size: 367 Bytes
Contents
require 'rails_helper' RSpec.describe 'base/index.html.erb', :js => true do it 'should show calendar' do visit root_path expect(page).to have_css('div.clndr') end it 'should have full calendar' do expect(page).to have_css('div.event-listing') end it 'should have blank calendar' do expect(page).to have_selector('table') end end
Version data entries
8 entries across 8 versions & 1 rubygems