features/support/paths.rb in simple_pvr-1.0.0 vs features/support/paths.rb in simple_pvr-1.1.0

- old
+ new

@@ -5,9 +5,11 @@ '/' when 'the channel overview page' '/channels' when 'the status page' '/status' + when 'the shows page' + '/shows' else raise "Can't find mapping from \"#{page_name}\" to a path.\n" + "Now, go and add a mapping in #{__FILE__}" end end