forked from bofh/fetsite
Upgraded to Rails 4
This commit is contained in:
@@ -5,10 +5,10 @@ describe "fetprofiles/index" , :type=>:view do
|
||||
foreach_theme do
|
||||
before(:each) do
|
||||
# default_url_options[:locale] = :de
|
||||
@fetprofile1 = FactoryGirl.create(:fetprofile)
|
||||
@fetprofile2 = FactoryGirl.create(:fetprofile2)
|
||||
@fetprofile3 = FactoryGirl.create(:fetprofile3)
|
||||
@fetprofile4 = FactoryGirl.create(:fetprofile_withadress)
|
||||
@fetprofile1 = FactoryBot.create(:fetprofile)
|
||||
@fetprofile2 = FactoryBot.create(:fetprofile2)
|
||||
@fetprofile3 = FactoryBot.create(:fetprofile3)
|
||||
@fetprofile4 = FactoryBot.create(:fetprofile_withadress)
|
||||
@fetprofiles=[@fetprofile1, @fetprofile2, @fetprofile3, @fetprofile4]
|
||||
assign(:fetprofiles,@fetprofiles)
|
||||
assign(:gremientabs, [])
|
||||
|
||||
Reference in New Issue
Block a user