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