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
Boxiang Sun
gitlab-ce
Commits
e81358b3
Commit
e81358b3
authored
Jul 07, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-typo-in-sha-attribute-spec' into 'master'
Fix typo in SHA attribute spec See merge request !12717
parents
9a708aec
33039ffd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/models/concerns/sha_attribute_spec.rb
spec/models/concerns/sha_attribute_spec.rb
+2
-2
No files found.
spec/models/concerns/sha_attribute_spec.rb
View file @
e81358b3
...
...
@@ -13,7 +13,7 @@ describe ShaAttribute do
end
describe
'#sha_attribute'
do
context
'
when the table exists'
do
context
'
when the table exists'
do
before
do
allow
(
model
).
to
receive
(
:table_exists?
).
and_return
(
true
)
end
...
...
@@ -30,7 +30,7 @@ describe ShaAttribute do
end
end
context
'
when the table does not exist'
do
context
'
when the table does not exist'
do
before
do
allow
(
model
).
to
receive
(
:table_exists?
).
and_return
(
false
)
end
...
...
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