Sha256: dddee65121bf20db81de9796df89cf2ce6738779767530b08847e1e761395cb1
Contents?: true
Size: 408 Bytes
Versions: 27
Compression:
Stored size: 408 Bytes
Contents
#-- # Copyright (c) 2010-2012 Engine Yard, Inc. # Copyright (c) 2007-2009 Sun Microsystems, Inc. # This source code is available under the MIT license. # See the file LICENSE.txt for details. #++ require File.expand_path('../../spec_helper', __FILE__) describe Warbler::War do it "is deprecated, replace occurrences with Warbler::Jar" do capture { Warbler::War.new }.should =~ /deprecated/ end end
Version data entries
27 entries across 27 versions & 1 rubygems