spec/unit/batch_actions/resource_spec.rb in activeadmin-0.5.1 vs spec/unit/batch_actions/resource_spec.rb in activeadmin-0.6.0
- old
+ new
@@ -52,10 +52,10 @@
end
describe "#batch_action_path" do
it "returns the path as a symbol" do
- resource.batch_action_path.should == :batch_action_admin_posts_path
+ resource.batch_action_path.should == "/admin/posts/batch_action"
end
end
describe "#display_if_block" do