Skip to content

Commit ebe07c5

Browse files
committed
rspec2
1 parent 1172a87 commit ebe07c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Welcome to Ruby!
1111
sudo gem install rspec
1212

1313
* Configure RSpec (optional). If you're running a bash shell, you can put the following in your .bash_profile to make the output a bit nicer.
14-
14+
* rspec 1.3
1515
alias spec="spec --color --format nested"
16+
* rspec 2
17+
alias rspec="rspec --color --format nested"
1618

1719
* For lesson 14
1820

0 commit comments

Comments
 (0)