Displaying 1 result from an estimated 1 matches for "channel_list_spec".
2007 Jan 12
0
First steps with RSpec on Rails
...tatic, the
channel list is paginated. Each time the user moves a channel, an Ajax
request triggers the rearrangement in the underlying controller.
And these are the specifications for this controller:
https://www.heise.de:444/svn/ctvdr/ctvdrwebadmin/branches/snapshot_for_rspec_ml/spec/controllers/channel_list_spec.rb
Some of the things that still puzzle me there:
spec "should result in an empty clipboard when pulling the last channel
to the order list" - when a channel is moved from the clipboard to the
list, two Ajax requests are triggered. One that passes the new list of
items in the clipboard...