Skip to content

Commit

Permalink
update configuration files for pry and spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hlee committed Jun 22, 2013
1 parent ade60db commit a4a2657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pryrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
Pry.commands.alias_command 'f', 'finish'
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--color
--profile

0 comments on commit a4a2657

Please sign in to comment.