All specs and features currently passing with FactoryGirl
This commit is contained in:
parent
4805c64f2a
commit
c9c1f76e00
8 changed files with 262 additions and 31 deletions
|
@ -8,8 +8,8 @@ require 'webmock/cucumber'
|
|||
|
||||
WebMock.allow_net_connect!
|
||||
|
||||
require Rails.root.join 'spec/support/monkeypatch'
|
||||
require Rails.root.join 'spec/support/gitolite_stub'
|
||||
require Rails.root.join 'spec/support/stubbed_repository'
|
||||
require Rails.root.join 'spec/support/login_helpers'
|
||||
require Rails.root.join 'spec/support/valid_commit'
|
||||
|
||||
|
@ -52,6 +52,8 @@ require 'cucumber/rspec/doubles'
|
|||
|
||||
include GitoliteStub
|
||||
|
||||
Before do
|
||||
Before do
|
||||
stub_gitolite!
|
||||
end
|
||||
|
||||
World(FactoryGirl::Syntax::Methods)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue