Skip to content

Commit

Permalink
Added tests for path : '/spectrums/plots_rss' (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simba-97 authored Jan 25, 2022
1 parent a201fd9 commit d0579af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/routes_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,8 @@ class RoutesTest < ActionDispatch::IntegrationTest
assert_routing({ path: '/sets/show2', method: 'get' }, {controller: 'sets', action: 'show', id: 'show2'})
end

test "test get request for spectrums plots_rss" do
assert_routing({ path: '/spectrums/plots_rss', method: 'get' }, {controller: 'spectrums', action: 'show', id: 'plots_rss'})
end

end

0 comments on commit d0579af

Please sign in to comment.