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