language_adjoint_routing_spec.rb revision 1ffc4fc0f3b09d35eb82399725ff3ace12969bfc
require 'spec_helper'
it do
end
it do
end
it do
controller: :language_adjoints, action: :new)
end
it do
controller: :language_adjoints, action: :edit, id: 123)
end
it do
controller: :language_adjoints, action: :show, id: 123)
end
it do
controller: :language_adjoints, action: :update, id: 123)
end
it do
controller: :language_adjoints, action: :destroy, id: 123)
end
end