Skip to content
Snippets Groups Projects
Commit f385c721 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

remove unexisting stubs

parent c75fc9c7
No related branches found
No related tags found
Loading
Loading
Loading
@@ -9,17 +9,12 @@ require 'spinach/capybara'
require 'sidekiq/testing/inline'
 
 
%w(gitolite_stub stubbed_repository valid_commit).each do |f|
%w(stubbed_repository valid_commit).each do |f|
require Rails.root.join('spec', 'support', f)
end
 
Dir["#{Rails.root}/features/steps/shared/*.rb"].each {|file| require file}
 
#
# Stub gitolite
#
include GitoliteStub
WebMock.allow_net_connect!
#
# JS driver
Loading
Loading
@@ -49,6 +44,4 @@ Spinach.hooks.before_run do
RSpec::Mocks::setup self
 
include FactoryGirl::Syntax::Methods
stub_gitolite!
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment