test/url_helper_test.rb in cells-4.0.0.beta4 vs test/url_helper_test.rb in cells-4.0.0.beta5
- old
+ new
@@ -4,10 +4,10 @@
end
class UrlHelperTest < MiniTest::Spec
controller MusiciansController
- let (:song_cell) { SongCell.new(controller) }
+ let (:song_cell) { SongCell.new(nil, controller: controller) }
class SongCell < Cell::ViewModel
end
# URL helpers work in cell instance.