Sha256: 78581bcbd9a561853ff8be01596c05de247a1c5454f10129e29a958b771f3829
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
require 'spec_helper' describe 'Admin navigation feature' do context 'admin users' do before { authorize_user(:as_admin) } it "can leave the admin area" do visit ('/admin/leave') expect(page).to have_content('You are about to leave Alchemy') end end end
Version data entries
5 entries across 5 versions & 2 rubygems