Commit d3131b11 authored by Brett Walker's avatar Brett Walker

Remove stub_const as it’s in master now

parent b03d6d6a
...@@ -51,6 +51,8 @@ An emoji awarded by a user. ...@@ -51,6 +51,8 @@ An emoji awarded by a user.
## Board ## Board
Represents a project or group board
| Name | Type | Description | | Name | Type | Description |
| --- | ---- | ---------- | | --- | ---- | ---------- |
| `id` | ID! | ID (global ID) of the board | | `id` | ID! | ID (global ID) of the board |
......
...@@ -32,9 +32,6 @@ describe 'getting projects' do ...@@ -32,9 +32,6 @@ describe 'getting projects' do
end end
before do before do
# we don't care how many SQL queries the spec takes
stub_const("Gitlab::QueryLimiting::Transaction::THRESHOLD", 1000)
group.add_owner(user) group.add_owner(user)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment