Sha256: 8b3c8f497c8ded11515e56f97d89270824206bb23bf078988e601989d4569331

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

require 'spec_helper'

describe Bigbluebutton::MeetingsController do
  include Shoulda::Matchers::ActionController

  describe "routing", :type => :routing do
		['bigbluebutton', 'webconference'].each do |prefix|
	    it {
	      {:delete => "/#{prefix}/meetings/1"}.
	      should route_to(:controller => "bigbluebutton/meetings", :action => "destroy", :id => "1")
	    }
	  end
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigbluebutton_rails-3.0.0 spec/routing/bigbluebutton/meetings_routing_spec.rb