We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1172a87 commit ebe07c5Copy full SHA for ebe07c5
README.md
@@ -11,8 +11,10 @@ Welcome to Ruby!
11
sudo gem install rspec
12
13
* 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
-
+ * rspec 1.3
15
alias spec="spec --color --format nested"
16
+ * rspec 2
17
+ alias rspec="rspec --color --format nested"
18
19
* For lesson 14
20
0 commit comments