dashboard

This commit is contained in:
gitlabhq 2011-11-02 22:14:03 +02:00
parent 83c1194d52
commit 020e1a8eee
7 changed files with 115 additions and 22 deletions

View file

@ -105,11 +105,6 @@ describe "Issues" do
Notify.should_not_receive(:new_issue_email)
click_button "Save"
end
it "should send valid email to user with email & password" do
click_button "Save"
ActionMailer::Base.deliveries.last.should be_nil
end
end
describe 'assign to other' do