写経

RSpec1.0.0を入れてみた

http://rspec.rubyforge.org/documentation/rails/index.htmlインストールは簡単。 gem install rspec ドキュメントを写経してみた # officer_spec.rb require 'officer' describe "All Employees", :shared => true do it "should be payable" do @employee…