我想將一些ERB編譯成符合我的規範的燈具內的CSV文件。下面是CSV: (規格/夾具/文件/ song_info.csv.erb) song id, song_title
<%= song.id %>, Fun Title
在我的測試,我首先創建一首歌,所以我可以插它的id到夾具,然後負載CSV。 describe "#update" do
let(:song) { Factor
我已經開始與一個簡單的測試: class UserTest < ActiveSupport::TestCase
test 'should not create user without email' do
user = User.new
assert_not user.save
end
end
和Rails自動生成的一些燈具: one:
em