Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- zablanc:~/Kata/RubyKata/RubySpec$ rspec . -fn
- Array
- maintains a list of values and its size
- has a shorter syntax for specifying values
- String
- has a convenient syntax for specifying without needing backslashes
- can do replacement based on string or Regexp
- can calculate successions
- Regexp
- matches the standard classes
- can handle multi-line strings
- Finished in 0.00146 seconds
- 7 examples, 0 failures
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement