features/step_definitions/format_steps.rb in activeadmin-1.0.0 vs features/step_definitions/format_steps.rb in activeadmin-1.1.0
- old
+ new
@@ -51,6 +51,6 @@
expect(page.driver.response.body.encoding).to be Encoding.find(Encoding.aliases[text] || text)
end
Then /^access denied$/ do
expect(page).to have_content(I18n.t("active_admin.access_denied.message"))
-end
\ No newline at end of file
+end