logics_controller_spec.rb revision d8a16b0cab9d6dca3f40f2f2f098c8a1c03d3f7b
require 'spec_helper'
before do
# @request.env['HTTP_ACCEPT'] = 'text/xml'
end
it { should respond_with :success }
end
end
before do
end
it { should respond_with :success }
end
end
end
end
end
end