Sha256: 2486755899b2deb49a4a546041ef4ac67104b075cad9f4979e6911b29d8eb7ef

Contents?: true

Size: 582 Bytes

Versions: 4

Compression:

Stored size: 582 Bytes

Contents

[
  <% commits_json = [] %>
  <% commits.each_with_index do |commit, index| %>
    <% commits_json << Fixture.new('repositories/commit.json.erb',
                         id:                  index,
                         author:              commit[:author],
                         repo_owner:          repo_owner,
                         repo_name:           repo_name,
                         created_at:          commit[:created_at] || Chronic.parse("October 21, 2015 07:28:00")
                       ).to_s %>
  <% end %>
  <%= commits_json.join(", ") %>
]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
git_reflow-0.8.10 spec/fixtures/repositories/commits.json.erb
git_reflow-0.8.9 spec/fixtures/repositories/commits.json.erb
git_reflow-0.8.8 spec/fixtures/repositories/commits.json.erb
git_reflow-0.8.7 spec/fixtures/repositories/commits.json.erb