lib/api_taster/engine.rb in api_taster-0.8.2 vs lib/api_taster/engine.rb in api_taster-0.8.3
- old
+ new
@@ -4,9 +4,11 @@
config.generators do |g|
g.test_framework :rspec, :view_specs => false
end
+ config.assets.precompile += %w( glyphicons-halflings.png glyphicons-halflings-white.png )
+
silence_warnings do
begin
require 'pry'
IRB = Pry
rescue LoadError