#860: revert some changes

This commit is contained in:
Vokhmin Alexey V 2013-01-29 17:20:28 +04:00
parent 499d8e2fa8
commit 98e0b2925d
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ describe BuildList do
:project => build_list.project) }
before { ActionMailer::Base.deliveries = [] }
before(:all) { ActionMailer::Base.deliveries = [] }
before do
build_list.update_attributes({:commit_hash => build_list.project.repo.commits('master').last.id,
:status => BuildList::BUILD_STARTED}, :without_protection => true)
end
after(:all) { ActionMailer::Base.deliveries = [] }
after { ActionMailer::Base.deliveries = [] }
shared_examples_for 'build list notifications by email' do
it "gets notification by email when status - Build complete" do