forked from bofh/fetsite
Upgraded to Rails 4
This commit is contained in:
@@ -3,7 +3,7 @@ require 'spec_helper'
|
||||
describe "fetprofiles/new", :type=> :view do
|
||||
foreach_theme do
|
||||
before(:each) do
|
||||
@fetprofile = FactoryGirl.create(:fetprofile_withadress,:skype => "myskypename")
|
||||
@fetprofile = FactoryBot.create(:fetprofile_withadress,:skype => "myskypename")
|
||||
@memberships = []
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user