Forgery The Problem: Making meaningful development data for your application. The Solution: A fake data generator that does more than just lorem ipsum and random text (well, it does those too, but also does much more). Forgery generates fake ... 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
INSTALL ======= INSTALL rspec ============= $ sudo gem install rspec OR $ ./script/plugin install git://github.com/dchelimsky/rspec.git INSTALL rspec_on_rails plugin ============================= $ ./script/plugin install git://github.com/dch... 続きを読む
このエントリに出てくるコードは ruby 1.8.7 p72、rspec 1.1.11 で試しています。RSpec って…RSpec-1.1.11: Overview には次のように書いてあります。 RSpec is a Behaviour Driven Development framework for Ruby. 訳は「RSpec は Ruby の振る舞い駆動開発の... 続きを読む
Ruby, RSpecThe RSpec Book: Behaviour Driven Development With RSpec, Cucumber, and Friends (The Facets of Ruby Series)この本、昨日のas_null_objectメソッドに続いて、letメソッドという便利なメソッドを紹介してくれた。RSpecを書いていると、昨日の例... 続きを読む
Ruby, RSpecこの前買ったRSpec本を読み進め、やっとRSpecについて書いてある8章「Describing Code with RSpec」までたどりついた。The Rspec Book: Behaviour Driven Development With Rspec, Cucumber, and Friendsすると、いきなり、as_null_objectという便... 続きを読む