Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-07-03 23:01:36 +0300
committerPaco Guzman <pacoguzmanp@gmail.com>2016-07-06 09:29:57 +0300
commit50dfdf0296ae307d0b22ae8bbd1b52dca9fbaea9 (patch)
tree00ba546b756f5446124baa8ce62204e9a15bc6d4 /spec/helpers/diff_helper_spec.rb
parent914bb05d282bca9c4509d56c1be409a5889e57b8 (diff)
fix up tests
Added more exceptions Added handling inline view type
Diffstat (limited to 'spec/helpers/diff_helper_spec.rb')
-rw-r--r--spec/helpers/diff_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/diff_helper_spec.rb b/spec/helpers/diff_helper_spec.rb
index 52764f41e0d..a71dd53e6ed 100644
--- a/spec/helpers/diff_helper_spec.rb
+++ b/spec/helpers/diff_helper_spec.rb
@@ -59,7 +59,7 @@ describe DiffHelper do
end
it 'should return js class when bottom lines should be unfolded' do
- expect(unfold_bottom_class(true)).to eq('js-unfold-bottom')
+ expect(unfold_bottom_class(true)).to include('js-unfold-bottom')
end
end