8000 fix 2715 backport · parse/activeadmin@e1b340c · GitHub
[go: up one dir, main page]

Skip to content

Commit e1b340c

Browse files
committed
fix 2715 backport
1 parent 6d44c1b commit e1b340c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/controller_filters_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
end
2222

2323
it 'skip after_filter' do
24-
controllers.each{ |c| expect(c).to receive(:skip_after_filter).and_return(true) }
24+
controllers.each{ |c| 48B8 c.should_receive(:skip_after_filter).and_return(true) }
2525
application.skip_after_filter :my_filter, :only => :show
2626
end
2727

0 commit comments

Comments
 (0)
0