summaryrefslogtreecommitdiff
path: root/spec/models/network/graph_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/network/graph_spec.rb')
-rw-r--r--spec/models/network/graph_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/network/graph_spec.rb b/spec/models/network/graph_spec.rb
index d1a2bedf542..232172fde76 100644
--- a/spec/models/network/graph_spec.rb
+++ b/spec/models/network/graph_spec.rb
@@ -22,7 +22,7 @@ describe Network::Graph do
expect(commits).to all( be_kind_of(Network::Commit) )
end
- it 'it the commits by commit date (descending)' do
+ it 'sorts commits by commit date (descending)' do
# Remove duplicate timestamps because they make it harder to
# assert that the commits are sorted as expected.
commits = graph.commits.uniq(&:date)