Commit e092cced authored by Dallas Reedy's avatar Dallas Reedy

Remove unnecessary conditional

parent b3c204e9
......@@ -8,7 +8,7 @@ RSpec.describe 'trials/_skip_trial.html.haml' do
let(:source) { nil }
before do
params[:glm_source] = source if source
params[:glm_source] = source
render 'trials/skip_trial'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment