Skip to content

Commit

Permalink
Prepare rails app with external specs
Browse files Browse the repository at this point in the history
  • Loading branch information
adoussal committed Jun 14, 2023
1 parent bc37637 commit 2590aa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "spec"]
path = spec
url = [email protected]:lewagon/fullstack-challenges-03-Rails-restaurant-reviews-specs.git
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ group :development do
# gem "spring"
end

gem 'rspec-rails', group: [ :test ]
gem 'rails-controller-testing', group: [ :test ]
1 change: 1 addition & 0 deletions spec
Submodule spec added at 498dd2

0 comments on commit 2590aa6

Please sign in to comment.