logics_controller_spec.rb revision d8a16b0cab9d6dca3f40f2f2f098c8a1c03d3f7b
require 'spec_helper'
it { should respond_with :success }
it { should render_template :show }
end
before do
end
it { should respond_with :success }
it { should render_template :show }
end
end
end
it { should respond_with :success }
it { should render_template :index }
end
end