@@ -21,3 +21,4 @@ addons:
|
||||
- zlib1g-dev
|
||||
- liblzma-dev
|
||||
- libcurl4-openssl-dev
|
||||
|
||||
|
||||
13
Gemfile
13
Gemfile
@@ -77,19 +77,6 @@ end
|
||||
|
||||
# For running unit tests
|
||||
group :test do
|
||||
|
||||
if defined?(RUBY_ENGINE) && RUBY_ENGINE == "ruby"
|
||||
module Kernel
|
||||
alias :_at_exit :at_exit
|
||||
def at_exit(&block)
|
||||
_at_exit do
|
||||
exit_status = $!.status if $!.is_a?(SystemExit)
|
||||
block.call
|
||||
exit exit_status if exit_status
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
if ENV['BEEF_TEST']
|
||||
gem 'test-unit'
|
||||
gem 'test-unit-full'
|
||||
|
||||
@@ -18,7 +18,7 @@ beef:
|
||||
# Used by both the RESTful API and the Admin interface
|
||||
credentials:
|
||||
user: "beef"
|
||||
passwd: "beeF"
|
||||
passwd: "beef"
|
||||
|
||||
# Interface / IP restrictions
|
||||
restrictions:
|
||||
|
||||
Reference in New Issue
Block a user