solve extension probelm

This commit is contained in:
yqbk
2016-08-03 17:21:49 +02:00
parent 605f64395f
commit 41b0c1e530
3 changed files with 2 additions and 88 deletions

View File

@ -16,7 +16,7 @@ describe Submission do
expect(described_class.create.errors[:user_type]).to be_present
end
[:download, :render, :run, :test].each do |action|
[:render, :run, :test].each do |action|
describe "##{action}_url" do
let(:url) { submission.send(:"#{action}_url") }