Module: GdsApi::TestHelpers::IntentHelpers

Included in:
PublishingApi
Defined in:
lib/gds_api/test_helpers/intent_helpers.rb

Instance Method Summary collapse

Instance Method Details

#intent_for_base_path(base_path) ⇒ Object



4
5
6
7
8
9
# File 'lib/gds_api/test_helpers/intent_helpers.rb', line 4

def intent_for_base_path(base_path)
  {
    "base_path" => base_path,
    "publish_time" => "2014-05-06T12:01:00+00:00",
  }
end