spec/adauth_spec.rb in adauth-2.0.0pre2 vs spec/adauth_spec.rb in adauth-2.0.0
- old
+ new
@@ -3,6 +3,10 @@
describe Adauth, :no_ad => true do
it "should accept a block" do
Adauth.configure do |c|
end
end
+
+ it "should be able to have a new logged defined" do
+ Adauth.logger= Logger.new('log/newlogger.log', 'daily')
+ end
end
\ No newline at end of file