Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed May 18, 2018
1 parent 865175d commit 4e6eaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/course_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
end

it 'requires title to be reasonably short' do
should_be_invalid_params(valid_params.merge(title: 'a' * 41))
should_be_invalid_params(valid_params.merge(title: 'a' * 1141))
end

it 'requires a remote repo url' do
Expand Down

0 comments on commit 4e6eaa6

Please sign in to comment.