updated the gitignore and stop the random tests
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -6,11 +6,16 @@ custom-config.yaml
|
||||
.DS_Store
|
||||
.gitignore
|
||||
.rvmrc
|
||||
beef.log
|
||||
|
||||
*.lock
|
||||
|
||||
extensions/metasploit/msf-exploits.cache
|
||||
|
||||
# ruby debugging
|
||||
.byebug_history
|
||||
|
||||
|
||||
# The following lines were created by https://www.gitignore.io
|
||||
|
||||
### Linux ###
|
||||
|
||||
@@ -23,10 +23,10 @@ ENV['RACK_ENV'] ||= 'test'
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.disable_monkey_patching!
|
||||
config.bisect_runner = :shell
|
||||
config.include Rack::Test::Methods
|
||||
config.expect_with :rspec do |c|
|
||||
c.syntax = :expect
|
||||
end
|
||||
config.order = :random
|
||||
Kernel.srand config.seed
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user