test_helper.rb revision 0782f0889387f60a6bcf31f9f869c930466db1db
# Add more helper methods to be used by all tests here...
end
end
setup do
# clean git repositories
end
teardown do
end
end
# for devise
end
# for strip_attributes
require "strip_attributes/matchers"
end
%w[owl obo hs exp maude elf hol isa thy prf omdoc hpf clf clif xml fcstd rdf xmi qvt tptp gen_trm baf].
end
end
# For Sidekiq
# Setting the default for sidekiq testing
# many unit-tests rely on this being the default.
# However specs use a different default (inline!)
# Recording HTTP Requests
VCR.configure do |c|
c.ignore_localhost = true
'127.0.0.1',
'localhost',
end
# disable sunspot during tests