Factorygirl不能在DB对JavaScript创建工厂步骤

我有这个RSpec的情景:Factorygirl不能在DB对JavaScript创建工厂步骤

background do 

Factory.create(:project, :name => "NAME", :url_name => "url name")

end

scenario "A not logged in user with no cookies goes to the root url and chooses a project", :js => true do

visit root_path

#^ this fires up a browser

...

end

当我打电话在被击中的root_path控制器动作的调试器,没有Project小号存在。当我删除:js => true时,该项目确实存在。有什么建议么?

我使用jQuery的轨道3和factory_girl_rails 1.0

回答:

你需要禁用事务灯具。见https://github.com/lailsonbm/contact_manager_app

以上是 Factorygirl不能在DB对JavaScript创建工厂步骤 的全部内容, 来源链接: utcz.com/qa/259134.html

回到顶部