mirror of
https://github.com/neocities/neocities.git
synced 2025-06-24 21:30:34 +02:00
fixes for travis, suggestions limit
This commit is contained in:
parent
7786320a94
commit
2296ece1c2
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ describe Site do
|
|||
Fabricate :site, new_tags_string: 'gardening', views: Site::SUGGESTIONS_VIEWS_MIN
|
||||
}
|
||||
|
||||
site.suggestions.length.must_equal Site::SUGGESTIONS_LIMIT
|
||||
site.suggestions.length.must_equal(Site::SUGGESTIONS_LIMIT - 5)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue