spec/adhearsion/call_controller/input_spec.rb in adhearsion-2.0.0.rc4 vs spec/adhearsion/call_controller/input_spec.rb in adhearsion-2.0.0.rc5

- old
+ new

@@ -7,10 +7,10 @@ describe Input do include CallControllerTestHelpers describe "#play_sound_files_for_menu" do let(:options) { Hash.new } - let(:menu_instance) { Adhearsion::MenuDSL::Menu.new(options) } + let(:menu_instance) { MenuDSL::Menu.new(options) } let(:sound_file) { "press a button" } let(:sound_files) { [sound_file] } it "should play the sound files for the menu" do subject.should_receive(:interruptible_play).with(sound_file).and_return("1")