VRFS-3681 develop branch merge review

This commit is contained in:
Jonathan Kolyer 2015-11-08 23:05:34 +00:00
parent fb9a7c01af
commit 9df947097f
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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