Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #rspec
Fri, December 21, 2012
1 min read
[Ruby] For file uploads, use 'CarrierWave'
Notes on the CarrierWave gem for file uploads in Rails, plus how to test uploads with RSpec.
read more →
Thu, August 31, 2017
2 min read
Ruby on Rails + Rspec + Capybara Initial Setup
Set up RSpec and Capybara in Rails 5 and run your first Feature test end-to-end.
Thu, April 5, 2012
[Ruby on Rails] How to Skip Creating Test::Unit Files When Creating an App
Use `rails new APP -T` to skip Test::Unit file generation in Rails 3.2 when you plan to use RSpec.
Tue, February 26, 2013
[Ruby on Rails] File Upload Methods in RSpec
A list of file-upload helper methods available when testing Rails controllers with RSpec.