Sha256: bb65a3e2b4c2b77ce43252e4fba042c705bfa0b14c64b435265948bb8007b69b
Contents?: true
Size: 601 Bytes
Versions: 2
Compression:
Stored size: 601 Bytes
Contents
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
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
apl-library-0.0.90 | test/unit/gl_date_adapter_test.rb |
apl-library-0.0.90 | vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/test/unit/gl_date_adapter_test.rb |