logics_controller_spec.rb revision e966b997b5ff620f957014251378a447bbea959f
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
before do
end
it { should respond_with :success }
end
end
end
end
end
it { should respond_with :success }
it { should render_template :index }
end
before do
get :show, id: logic.slug
end
end
end
end