require_relative '../../lib/apl-library/gl_date_configuration' class GlDateAdapterTest < BaseModelTest #context "get_gl_date" do # setup do # action = :create # bu_id = "wsr" # entity = :invoice # entity_type = "cost_invoice" # req_gl_date = "2014-03-03" # params = {:action => action, :bu_id => bu_id, :entity => entity, :entity_type => entity_type, :req_gl_date => req_gl_date} # @gl_date = GlDateConfiguration.get_gl_date params # end # # should "set the given gl_date" do # assert_equal "2014-03-03 00:00:00", @gl_date # end # #end end