Sha256: 4475a329977ec54fea4dad30b006c28df951703715c0b32d13455142dda120f1

Contents?: true

Size: 556 Bytes

Versions: 7

Compression:

Stored size: 556 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("1.minute.ago")
                       ).to_s %>
  <% end %>
  <%= commits_json.join(", ") %>
]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
git_reflow-0.8.1 spec/fixtures/repositories/commits.json.erb
git_reflow-0.8.0 spec/fixtures/repositories/commits.json.erb
git_reflow-0.7.5 spec/fixtures/repositories/commits.json.erb
git_reflow-0.7.4 spec/fixtures/repositories/commits.json.erb
git_reflow-0.7.2 spec/fixtures/repositories/commits.json.erb
git_reflow-0.7.1 spec/fixtures/repositories/commits.json.erb
git_reflow-0.7.0 spec/fixtures/repositories/commits.json.erb