我是RoR的新手。我在這裏有兩個問題。 第1期 我的RSpec的是 require 'spec_helper'
describe RefUserCategory do
describe "validations" do
it { should validate_presence_of(:user_category_description) }
end
end
第一次在計算機科學課上。第一個實驗任務。完全寫出了老師寫的東西,但它不會編譯,老師或我都不知道爲什麼。請幫忙。謝謝。 #include <iostream>
#include <string>
using namespace std;
int main()
{
int number;
string residence;
//Just an example of a comment