remove the fixtures everytime, until we actually figure out how to do this right. also clean up some spec helper includes to prevent everything getting included many times
This commit is contained in:
parent
85b824babc
commit
72e10cfad6
3 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# licensed under the Affero General Public License version 3 or later. See
|
||||
# the COPYRIGHT file.
|
||||
|
||||
require File.join(File.dirname(__FILE__), "..", "spec_helper")
|
||||
require 'spec_helper'
|
||||
|
||||
describe InvitationsController do
|
||||
include Devise::TestHelpers
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
require File.join(Rails.root, 'spec/spec_helper')
|
||||
require 'spec_helper'
|
||||
|
||||
describe Jobs::SocketWebfinger do
|
||||
before do
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ require 'factory_girl'
|
|||
include Devise::TestHelpers
|
||||
include WebMock::API
|
||||
include HelperMethods
|
||||
|
||||
`rm #{File.join(Rails.root, 'tmp', 'fixture_builder.yml')}`
|
||||
#
|
||||
# Requires supporting files with custom matchers and macros, etc,
|
||||
# in ./support/ and its subdirectories.
|
||||
|
|
|
|||
Loading…
Reference in a new issue