formality_levels_controller_spec.rb revision ec6df36a0df3319d7d3556af15f9a6dbf8834e51
require 'spec_helper'
let!(:formality_level) { create :formality_level }
it { should respond_with :success }
end
before { get :show, id: formality_level.id }
it { should respond_with :success }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
end
it { should respond_with :success }
end
before { get :show, id: formality_level.id }
it { should respond_with :success }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
end
end