Sha256: d11ce2431bd33d002499012efb397cc0cf7d4f14481454118a6f8e04f7c440bb
Contents?: true
Size: 388 Bytes
Versions: 14
Compression:
Stored size: 388 Bytes
Contents
require 'spec_helper' describe "Resources" do before(:all) do Factory.build(:admin_user).save_without_session_maintenance end describe "index view" do it "should have a button for creating a new resource" do login_into_alchemy visit '/alchemy/admin/languages' page.should have_selector('#toolbar div.button_with_label a.icon_button span.icon.create') end end end
Version data entries
14 entries across 14 versions & 1 rubygems