FEATURE: Prompt users when they are entering duplicate links

This commit is contained in:
Robin Ward
2016-06-06 16:58:35 -04:00
parent 67303d7679
commit 431179dd25
17 changed files with 168 additions and 42 deletions

View File

@ -10,7 +10,7 @@ describe ComposerMessagesController do
context 'when logged in' do
let!(:user) { log_in }
let(:args) { {'topic_id' => '123', 'post_id' => '333', 'composerAction' => 'reply'} }
let(:args) { {'topic_id' => '123', 'post_id' => '333', 'composer_action' => 'reply'} }
it 'redirects to your user preferences' do
xhr :get, :index