Guest User

Untitled

a guest
May 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. > more spec.rb
  2. describe "Empty Array" do
  3. it "should be empty" do
  4. [].should be_empty
  5. end
  6. end
  7. > spec spec.rb
  8. >
Add Comment
Please, Sign In to add comment