Skip to content

Commit 5f243fb

Browse files
committed
make rake notes friendly
1 parent 239000c commit 5f243fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/models/account_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def post_job_for(team)
5757
end
5858
end
5959

60-
# BUG: This request does not produce the same results out of two calls, under the Account cassette.
60+
# FIXME: This request does not produce the same results out of two calls, under the Account cassette.
6161
# Something is stomping its request.
6262
# 1st call, under record all will pass this test
6363
# 2nd call, under new or none will fail, returning a previously recorded request
@@ -128,7 +128,7 @@ def post_job_for(team)
128128
end
129129
end
130130

131-
# BUG: This request does not produce the same results out of two calls.
131+
# FIXME: This request does not produce the same results out of two calls.
132132
# 1st call, under record all will pass this test
133133
# 2nd call, under non will fail to match with previously recorded request
134134
# 3rd call, under new will record a worket set of data for this test

0 commit comments

Comments
 (0)