jam-cloud/web/spec/controllers/api_jam_blaster_controller_...

14 lines
193 B
Ruby

require 'spec_helper'
describe ApiJamBlasterController do
render_views
# probably better to put as much logic (and meaningful tests) in artifact_update_spec
it "works" do
end
end