deprecate the black box and the questions

This commit is contained in:
Kyle Drake 2015-01-19 10:21:45 -08:00
parent b9530b3d43
commit 73f29bf9cc
4 changed files with 0 additions and 42 deletions

View file

@ -128,12 +128,4 @@ if ENV['RACK_ENV'] != 'development'
Sass::Plugin.options[:style] = :compressed
# Sass::Plugin.options[:never_update] = true
Sass::Plugin.options[:full_exception] = false
end
unless ENV['RACK_ENV'] == 'test'
if File.exist?('./black_box.rb')
require './black_box.rb'
else
puts "WARNING: Black box was not loaded!"
end
end