Merge branch 'master' of https://github.com/openSUSE/osem into feature_tests2

This commit is contained in:
Chrisbr 2014-05-13 15:59:44 +02:00
commit 81a022776b
5 changed files with 26 additions and 14 deletions

View file

@ -1,6 +1,10 @@
require 'spec_helper'
feature Event do
# It is necessary to use bang version of let to build roles before user
let!(:organizer_role) { create(:organizer_role) }
let!(:participant_role) { create(:participant_role) }
let!(:admin_role) { create(:admin_role) }
shared_examples 'proposal workflow' do
scenario 'submitts a new proposal, accepts and confirms', feature: true, js: true do