Skip to content

Commit afe1f13

Browse files
author
Ben Marini
committed
Fix index_as_csv_spec by making it a controller spec
1 parent 71036bf commit afe1f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/index_as_csv_spec.rb renamed to spec/controllers/index_as_csv_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'spec_helper'
22

3-
describe_with_render "Index as CSV" do
3+
describe_with_render Admin::PostsController do
44

55
before :all do
66
load_defaults!

0 commit comments

Comments
 (0)