File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 3
3
![ RSpec] ( https://github.com/plainprogrammer/GildedRose.rb/actions/workflows/rspec.yml/badge.svg )
4
4
5
5
This is a refactoring kata, so you will be starting with a legacy
6
- code base. To work this kata, clone this repo and checkout ` master ` before
6
+ code base. To work this kata, clone this repo and checkout ` main ` before
7
7
pulling off a new branch to begin your work. Once you have your branch ready to
8
8
work on, run ` bin/rake ` or ` rspec spec/ ` to confirm your stating point is
9
9
clean. As you make your refactorings, ensure you are running the test suite
10
10
with the previously mentioned commands to ensure correctness.
11
11
12
- < hr />
12
+ ---
13
13
14
14
# The Gilded Rose
15
15
@@ -61,17 +61,13 @@ Quality is 80 and it never alters.
61
61
62
62
<hr />
63
63
64
- ## Installation Hints
64
+ ## Installation
65
65
66
- The easiest way is to use bundler to install the dependencies. To do so, you need to install the bundler gem if you haven't already done so
66
+ The easiest way is to use bundler to install and get setup.
67
67
68
68
gem install bundler
69
-
70
- run bundler
71
-
72
- bundle
73
-
74
- Have a look at the Gemfile for all dependencies.
69
+ bundle install
70
+ bundle exec rspec
75
71
76
72
## Git Branches
77
73
You can’t perform that action at this time.
0 commit comments