RSpec

Rails3 RSpec no.1

Ruby on Rails : http://rubyonrails.org/ RSpec : http://rspec.info/ Terminal 起動 $ cd rails3/ $ rails new rails3_rspec -T $ cd rails3_rspec/ $ vim Gemfile gem "rcov" group :development, :test do gem 'rspec-rails', :group => :development ge…

rspec-rails install

RSpec : http://rspec.info/ Terminal 起動 $ cd rails3/sample/ $ vim Gemfile gem 'rspec-rails' $ bundle install Fetching source index for http://rubygems.org/ Enter your password to install the bundled RubyGems to your system: Using rake (0.…

RSpec install

RSpec : http://rspec.info/ Terminal 起動 sudo gem install rspec Successfully installed rspec-core-2.5.1 Successfully installed diff-lcs-1.1.2 Successfully installed rspec-expectations-2.5.0 Successfully installed rspec-mocks-2.5.0 Successf…