Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
47ff1c56
Commit
47ff1c56
authored
Jan 25, 2016
by
Robert Speicher
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add temporary monkey patch to get specs passing on 4.2.5.1
parent
484d1468
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
spec/spec_helper.rb
spec/spec_helper.rb
+6
-0
No files found.
spec/spec_helper.rb
View file @
47ff1c56
...
@@ -48,4 +48,10 @@ FactoryGirl::SyntaxRunner.class_eval do
...
@@ -48,4 +48,10 @@ FactoryGirl::SyntaxRunner.class_eval do
include
RSpec
::
Mocks
::
ExampleMethods
include
RSpec
::
Mocks
::
ExampleMethods
end
end
# Work around a Rails 4.2.5.1 issue
# See https://github.com/rspec/rspec-rails/issues/1532
RSpec
::
Rails
::
ViewRendering
::
EmptyTemplatePathSetDecorator
.
class_eval
do
alias_method
:find_all_anywhere
,
:find_all
end
ActiveRecord
::
Migration
.
maintain_test_schema!
ActiveRecord
::
Migration
.
maintain_test_schema!
iv
@iv
mentioned in commit
66d7acfe
·
Aug 11, 2016
mentioned in commit
66d7acfe
mentioned in commit 66d7acfe4ddec5d5f16bc6a7d758343ff8573fd9
Toggle commit list
iv
@iv
mentioned in commit
d446c9db
·
Aug 11, 2016
mentioned in commit
d446c9db
mentioned in commit d446c9db51cead1c5c283a62840121f3a0e08bea
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment