features/step_definitions/layout_steps.rb in yousty-activeadmin-1.0.4.pre vs features/step_definitions/layout_steps.rb in yousty-activeadmin-1.0.5.pre

- old
+ new

@@ -1,3 +1,3 @@ Then /^I should see the Active Admin layout$/ do - page.should have_css("#active_admin_content #main_content_wrapper") + expect(page).to have_css '#active_admin_content #main_content_wrapper' end