VRFS-3681 develop branch merge review
This commit is contained in:
parent
fb9a7c01af
commit
9df947097f
|
|
@ -367,4 +367,4 @@ script type="text/template" id="template-help-vid-record-chat-input"
|
|||
|
||||
script type="text/template" id="template-help-first-time-jamtrack-web-player"
|
||||
.first-time-jamtrack-web-player
|
||||
| Create custom mixes to mute parts, slow down playback, etc.
|
||||
| Create custom mixes to mute parts, slow down playback, etc.
|
||||
|
|
@ -103,7 +103,6 @@ describe ApiJamTrackMixdownsController, type: :controller do
|
|||
|
||||
json = JSON.parse(response.body)
|
||||
puts json
|
||||
|
||||
json["id"].should eq(package.id)
|
||||
JamTrackMixdownPackage.count.should eq(1)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue