Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validation test #79

Open
wants to merge 276 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
276 commits
Select commit Hold shift + click to select a range
8e1baf6
found seed files and migration adjustments
CEsGutierrez Oct 25, 2019
de00831
OrderItem#total
calopter Oct 25, 2019
40a77b9
Merge pull request #4 from calopter/cgseedfixture
calopter Oct 25, 2019
2b02abb
merge master into mg/business_logic
calopter Oct 25, 2019
d5988dd
Changes to products_controller
mfunkemomo Oct 25, 2019
687b2df
Merge branch 'master' into products_controller
mfunkemomo Oct 25, 2019
e8a715a
relationships to nicknames fix in fixtures
CEsGutierrez Oct 25, 2019
e30d1ef
Update category_test.rb
CEsGutierrez Oct 25, 2019
f6d998c
Merge pull request #5 from calopter/cgseedfixture
mfunkemomo Oct 25, 2019
a7a6972
ignore ctags
calopter Oct 25, 2019
e227bb7
Merge branch 'master' into products_controller
mfunkemomo Oct 25, 2019
e06ee25
merge master into mg/business_logic
calopter Oct 25, 2019
944ea5f
fix relation syntax
calopter Oct 25, 2019
ed098db
Merge branch 'mg/fixture_relations' into mg/business_logic
calopter Oct 25, 2019
b6117f6
Merge pull request #6 from calopter/mg/fixture_relations
CEsGutierrez Oct 25, 2019
7c1bced
touch up those fixtures, add relation tests
calopter Oct 25, 2019
2a4a98a
merge master into mg/business_logic
calopter Oct 25, 2019
cae521f
update test to user fixture
calopter Oct 25, 2019
1a42521
Order#revenue
calopter Oct 25, 2019
2d849ee
User#order_count
calopter Oct 25, 2019
40d6fef
User#revenue
calopter Oct 25, 2019
30f360a
User#revenues
calopter Oct 25, 2019
30d9927
env edited
sarashahbaig Oct 25, 2019
e5a176d
omniauth gem added
sarashahbaig Oct 25, 2019
037ed48
updated
sarashahbaig Oct 25, 2019
1bbf98c
render and finduser edited to get the logged in user
sarashahbaig Oct 25, 2019
701199c
self method added
sarashahbaig Oct 25, 2019
98d835c
favicon added
sarashahbaig Oct 25, 2019
e8d5d03
user controller generated
sarashahbaig Oct 25, 2019
178e02d
edited
sarashahbaig Oct 25, 2019
12ae159
uid and provider added
sarashahbaig Oct 25, 2019
892e73f
login and logout code updated
sarashahbaig Oct 25, 2019
1cda433
omniauth file created
sarashahbaig Oct 25, 2019
d94fd46
index created
sarashahbaig Oct 25, 2019
f3cf4c4
login file created
sarashahbaig Oct 25, 2019
c08c93c
show file created
sarashahbaig Oct 25, 2019
e543890
register file created for signup
sarashahbaig Oct 25, 2019
64cc9b5
signing up file created
sarashahbaig Oct 25, 2019
cce423f
added index, create, show, edit, new controller tests
mfunkemomo Oct 25, 2019
0d50d4c
routes updated
sarashahbaig Oct 25, 2019
b9cd2d7
schema up
sarashahbaig Oct 25, 2019
849fb62
modified
sarashahbaig Oct 25, 2019
c2ee439
modified
sarashahbaig Oct 25, 2019
591531d
modified
sarashahbaig Oct 25, 2019
7bbdcd4
edited
sarashahbaig Oct 25, 2019
9577c93
conflict
sarashahbaig Oct 25, 2019
c8fec52
Merge pull request #7 from calopter/mg/business_logic
mfunkemomo Oct 25, 2019
79d08dc
removes product columns from order_items
calopter Oct 25, 2019
ac9d097
fixes helper loading error
calopter Oct 25, 2019
4223745
fixes helper loading error
calopter Oct 25, 2019
aca7a7c
category css edited
sarashahbaig Oct 26, 2019
62e3035
controller created for category
sarashahbaig Oct 26, 2019
3ae4e10
helper file name edited
sarashahbaig Oct 26, 2019
c3e505f
user and category view updated to view details
sarashahbaig Oct 26, 2019
67d0d49
yml files edited after merging
sarashahbaig Oct 26, 2019
2c4d6cb
emails check to nickname
sarashahbaig Oct 26, 2019
7326cf8
same name migration was deleted
sarashahbaig Oct 26, 2019
00241d2
Adjusted controller tests
mfunkemomo Oct 26, 2019
adf75a8
in stock validation for order item
calopter Oct 27, 2019
cf4989b
add item to cart
calopter Oct 27, 2019
49328cf
Added views for index and show
mfunkemomo Oct 27, 2019
fb7376e
Added view for edit, new, and _form
mfunkemomo Oct 27, 2019
05d7f51
Added retired status to forms and routes
mfunkemomo Oct 27, 2019
b9b4d8a
test for oath
sarashahbaig Oct 27, 2019
e035de5
fix merge conflict
sarashahbaig Oct 27, 2019
94cb137
adding missing pieces needed for functionality
CEsGutierrez Oct 28, 2019
d8892df
added comments in products controller and worked on tests
mfunkemomo Oct 28, 2019
e3be607
minor fixes to user model and products.yml
sarashahbaig Oct 28, 2019
62d5aba
Merge branch 'makemodel' into develop
sarashahbaig Oct 28, 2019
9b8f420
fix merge conflicts
sarashahbaig Oct 28, 2019
0ae7daa
purchase order confirmation screen with calculations, tests needed
CEsGutierrez Oct 28, 2019
af03fc1
order merged with master
CEsGutierrez Oct 28, 2019
72e5457
fix changes
sarashahbaig Oct 28, 2019
c2cec10
edited
sarashahbaig Oct 28, 2019
618386c
Added comments about what's not working yet before merge
mfunkemomo Oct 28, 2019
d248571
Merge branch 'master' into products_controller
mfunkemomo Oct 28, 2019
3109eb8
Merge pull request #10 from calopter/products_controller
mfunkemomo Oct 28, 2019
ee8fc38
Merge branch 'master' into develop
mfunkemomo Oct 28, 2019
871bc55
Merge pull request #9 from calopter/develop
mfunkemomo Oct 28, 2019
77b903b
some validation functionality
CEsGutierrez Oct 28, 2019
d92f4b2
basic show
calopter Oct 28, 2019
f40908a
ran migrations
calopter Oct 28, 2019
34c34b9
merge master
calopter Oct 28, 2019
a169cdd
some validation functionality in user triggered by orders controller
CEsGutierrez Oct 28, 2019
c2bb6ec
can add products to cart
calopter Oct 28, 2019
9b5232e
adds minitest/skip and skips destroy tests
calopter Oct 28, 2019
959e2bb
merged with current master
CEsGutierrez Oct 28, 2019
971bb02
skips erroring tests
calopter Oct 28, 2019
17b4c01
Merge pull request #11 from calopter/mg/cart
mfunkemomo Oct 28, 2019
89fe1b5
skipped a lot of tests
CEsGutierrez Oct 28, 2019
6c45006
Added merchant login requirement
mfunkemomo Oct 28, 2019
bc181da
Fixed merged conflicts
mfunkemomo Oct 28, 2019
73c0ed3
merged stuff
CEsGutierrez Oct 28, 2019
fac3017
skips tests
calopter Oct 28, 2019
ee1c0d1
view cart and initiate purchase
calopter Oct 28, 2019
b188149
update quantity from cart view
calopter Oct 28, 2019
d3172c3
remove items from cart
calopter Oct 28, 2019
df8a2a4
tests for removing from cart
calopter Oct 28, 2019
e9581a3
tests for updating cart quantities
calopter Oct 28, 2019
8eb3b33
purchasing something changes the status of the order
CEsGutierrez Oct 28, 2019
e78486c
purchasing changes quantity
CEsGutierrez Oct 29, 2019
790e2d0
view added for category
sarashahbaig Oct 29, 2019
b7b93eb
image added
sarashahbaig Oct 29, 2019
1cde460
code refactored for user and category controller
sarashahbaig Oct 29, 2019
7cf77fd
homepage controller generated
sarashahbaig Oct 29, 2019
661927e
edited
sarashahbaig Oct 29, 2019
b89f157
routes updated
sarashahbaig Oct 29, 2019
ea6550f
user verification running upon purchase
CEsGutierrez Oct 29, 2019
c805624
Added provider and uid to user fixtures 1 and 2 for testing
mfunkemomo Oct 29, 2019
f096fb4
Fixed update and create tests
mfunkemomo Oct 29, 2019
2d7aa16
Updated product and user model test to include except().must_respond_…
mfunkemomo Oct 29, 2019
91f4088
Updated review action and show page for review section
mfunkemomo Oct 29, 2019
30695a9
Updated all user fixtures to include provider and uid. Also removed d…
mfunkemomo Oct 29, 2019
c490175
propagating validations
CEsGutierrez Oct 29, 2019
e3d0aa2
deleting extra weird action
CEsGutierrez Oct 29, 2019
b3dbf21
fixes misplaced private
calopter Oct 29, 2019
943c34a
Merge branch 'cgorder' of https://github.com/calopter/betsy into cgorder
CEsGutierrez Oct 29, 2019
43bae02
merge cgorder
calopter Oct 29, 2019
f72bd61
propagated user payment information validations
CEsGutierrez Oct 29, 2019
c0cba48
validations good ish
CEsGutierrez Oct 29, 2019
cabac8f
edited
sarashahbaig Oct 29, 2019
d15673d
index,create,edit and new updated
sarashahbaig Oct 29, 2019
472fc8b
homepage controller deleted
sarashahbaig Oct 29, 2019
ec8e081
updated code
sarashahbaig Oct 29, 2019
aa49ccd
Updated edit and update action so that merchant cannot edit or update…
mfunkemomo Oct 29, 2019
09a79a9
dashboard added to user
sarashahbaig Oct 29, 2019
04fcb35
form edited
sarashahbaig Oct 29, 2019
82a1dc9
new view for category
sarashahbaig Oct 29, 2019
70b0652
show added for category
sarashahbaig Oct 29, 2019
77aa596
deleted already
sarashahbaig Oct 29, 2019
d2e3aa0
product index refactor
sarashahbaig Oct 29, 2019
2ec724d
routes updated
sarashahbaig Oct 29, 2019
ab95187
error messages to flash
CEsGutierrez Oct 29, 2019
d345a0d
can complete purchase
calopter Oct 29, 2019
afdceb9
merged conflict fixed
sarashahbaig Oct 29, 2019
c312d3b
merge cgorder
calopter Oct 29, 2019
bc95f27
update validation flash
calopter Oct 29, 2019
b6257b1
Merge pull request #12 from calopter/mg/cart
calopter Oct 29, 2019
7f85437
refactored code
sarashahbaig Oct 29, 2019
e982045
updated
sarashahbaig Oct 29, 2019
0253211
update redirect flow for adding to cart
calopter Oct 29, 2019
be342c7
Merge branch 'master' into mk/products_controller/v2
calopter Oct 29, 2019
c6e6e25
Merge pull request #14 from calopter/mk/products_controller/v2
calopter Oct 29, 2019
bc374ab
Merge branch 'master' into sb
calopter Oct 29, 2019
53f0179
Merge pull request #15 from calopter/sb
calopter Oct 29, 2019
1f81230
fixed typo in users controller
CEsGutierrez Oct 29, 2019
3fb6b14
update redirect flow for adding to cart
calopter Oct 29, 2019
356d020
clear cart after order confirmation
calopter Oct 29, 2019
3a3da78
update tests to match previous commits
calopter Oct 29, 2019
b324a74
consolidates order items with same product
calopter Oct 29, 2019
ac5941e
cart line items link to product
calopter Oct 29, 2019
1395c50
Edited review seeds and played some some review edits
mfunkemomo Oct 29, 2019
4f5d73b
Merge pull request #16 from calopter/mk/products_controller/review
calopter Oct 29, 2019
cd4cce2
update flash for cart actions
calopter Oct 29, 2019
2fcb7af
update flash for cart actions
calopter Oct 29, 2019
9e4c701
Merge pull request #17 from calopter/mg/cart
mfunkemomo Oct 29, 2019
5794499
adjusted seeds to pass current validations during initiation
CEsGutierrez Oct 29, 2019
61f3b0d
Merge branch 'master' of https://github.com/calopter/betsy into cgfix…
CEsGutierrez Oct 29, 2019
ac5a557
merges, fixed seeds
CEsGutierrez Oct 29, 2019
defd0ed
fixtures cc expiration date format fix
CEsGutierrez Oct 30, 2019
c10503f
Update seeds.rb
CEsGutierrez Oct 30, 2019
29109d1
Merge pull request #18 from calopter/cgfixtureseedfix
CEsGutierrez Oct 30, 2019
99c09de
merchants can make reviews
mfunkemomo Oct 30, 2019
523a190
Updated review action
mfunkemomo Oct 30, 2019
4d21b88
Began show page styling, started margins and aligning top page items
mfunkemomo Oct 30, 2019
ec911df
Review updates on login
mfunkemomo Oct 30, 2019
72578d7
edited
sarashahbaig Oct 30, 2019
257950c
code refactored
sarashahbaig Oct 30, 2019
125c7fc
category added
sarashahbaig Oct 30, 2019
c808425
form and index file updated product id
sarashahbaig Oct 30, 2019
e20d1b7
updated routes
sarashahbaig Oct 30, 2019
fbd7f11
Merge branch 'master' into dashboard
calopter Oct 30, 2019
ac43d1b
Review action working
mfunkemomo Oct 30, 2019
bc4990f
Merge pull request #19 from calopter/dashboard
calopter Oct 30, 2019
c644cbf
Merge pull request #20 from calopter/mk/products_controller/review
calopter Oct 30, 2019
254c232
added missing end
mfunkemomo Oct 30, 2019
dea7fd4
Minor spacing change
mfunkemomo Oct 30, 2019
4ae9894
basic order fulfillment
calopter Oct 30, 2019
e4bcdc9
Updated flashes for prod controller
mfunkemomo Oct 30, 2019
94ccc0e
mailing address notification at order confirmation
CEsGutierrez Oct 30, 2019
beb470f
orders table on fulfillment page
calopter Oct 30, 2019
9d378ed
rename orders#show to orders#cart
calopter Oct 30, 2019
e88803c
standardizes some of the view
CEsGutierrez Oct 30, 2019
d3e6413
added simplecov to measure test coverage
CEsGutierrez Oct 30, 2019
b21dabd
basic show for orders as merchant
calopter Oct 30, 2019
1d41e20
Got review test for merchant leaving a review and merchant cannot rev…
mfunkemomo Oct 30, 2019
a70f3f6
Merge branch 'master' into mk/products_show_view
mfunkemomo Oct 30, 2019
2916619
Added styling to top portion of products show page
mfunkemomo Oct 30, 2019
a27dcf9
More styles
mfunkemomo Oct 30, 2019
2938435
Merge pull request #22 from calopter/mk/prod_controller/flash
calopter Oct 30, 2019
028facc
Merge pull request #21 from calopter/cg-conf-mail
mfunkemomo Oct 30, 2019
9f95e82
Trying to debug tests
mfunkemomo Oct 31, 2019
03c942c
Merge branch 'master' into mk/prod_controller/review-test
mfunkemomo Oct 31, 2019
2315fa5
Merge branch 'order-fulfillment' of https://github.com/calopter/betsy…
CEsGutierrez Oct 31, 2019
45d4945
updated css
sarashahbaig Oct 31, 2019
1cf9b94
form changed
sarashahbaig Oct 31, 2019
adc2028
category form changed
sarashahbaig Oct 31, 2019
5d81628
test added
sarashahbaig Oct 31, 2019
b0fff65
Merge branch 'master' into dashboard
sarashahbaig Oct 31, 2019
649e6f8
Decided to comment out u_0 fixture so other tests could remain workin…
mfunkemomo Oct 31, 2019
4cd7944
Added review layout
mfunkemomo Oct 31, 2019
f9d68cf
minor change
mfunkemomo Oct 31, 2019
7096018
Updated show page, not complete but better
mfunkemomo Oct 31, 2019
a3c5f0d
Fixed review list view
mfunkemomo Oct 31, 2019
cb99261
Another update
mfunkemomo Oct 31, 2019
949b07c
Added strong in descriptions
mfunkemomo Oct 31, 2019
caaddd0
Merge pull request #24 from calopter/mk/prod_controller/review-test
calopter Oct 31, 2019
74ed74f
ignore coverage
calopter Oct 31, 2019
07ad2b2
Removed unwanted styling
mfunkemomo Oct 31, 2019
8c184aa
form updated
sarashahbaig Oct 31, 2019
206cb44
Merge pull request #23 from calopter/dashboard
mfunkemomo Oct 31, 2019
18c01ad
Merge branch 'master' into mk/products_show_view
mfunkemomo Oct 31, 2019
1081a69
Merge pull request #25 from calopter/mk/products_show_view
mfunkemomo Oct 31, 2019
574894a
delete out of date tests
calopter Oct 31, 2019
e6c11a2
Updated views with right prices and available stock numbers
mfunkemomo Oct 31, 2019
22042ae
Accidentally added view changes
mfunkemomo Oct 31, 2019
1842bcc
made changes
mfunkemomo Oct 31, 2019
8b808d7
mark as shipped and order inspection and trigger to complete, no tests
CEsGutierrez Nov 1, 2019
f176f4b
filter orders by status
calopter Nov 1, 2019
f115e7f
adjustments in tests for legibility
CEsGutierrez Nov 1, 2019
17f95b1
Merge pull request #26 from calopter/mk/price-conversation-view
calopter Nov 1, 2019
3b2b0fc
Merge branch 'master' into order-fulfillment
CEsGutierrez Nov 1, 2019
0198103
Merge pull request #27 from calopter/order-fulfillment
CEsGutierrez Nov 1, 2019
8a43063
add to cart from product index
calopter Nov 1, 2019
b141ccb
Merge branch 'master' into order-inspection
mfunkemomo Nov 1, 2019
2f121f3
Merge pull request #28 from calopter/order-inspection
mfunkemomo Nov 1, 2019
7b782fc
Merge branch 'master' into mk/review-form-layout
mfunkemomo Nov 1, 2019
1b18d46
Merge pull request #29 from calopter/mg/cart
CEsGutierrez Nov 1, 2019
b549e37
Completed review/rate form section layout style
mfunkemomo Nov 1, 2019
d7a8ac3
Linked merchant to sold by and fixed date display
mfunkemomo Nov 1, 2019
665890a
Merge pull request #30 from calopter/mk/review-form-layout
CEsGutierrez Nov 1, 2019
58c3e2e
Fixed catgeory display on add product form
mfunkemomo Nov 1, 2019
d73dc10
added show page button for cart style
mfunkemomo Nov 1, 2019
3e70ffe
styles order summary for merchant
CEsGutierrez Nov 1, 2019
aa579bb
Merge pull request #31 from calopter/mk/product-form-update
CEsGutierrez Nov 1, 2019
2979c8d
styles cart
CEsGutierrez Nov 1, 2019
1cc9859
Merge pull request #32 from calopter/vendor-facing-style
mfunkemomo Nov 1, 2019
f4c0540
Updated prod controller tests
mfunkemomo Nov 1, 2019
9f8bbe9
test updated for validation
sarashahbaig Nov 1, 2019
adbbe9c
model user edited
sarashahbaig Nov 1, 2019
5e1ca4d
removes coverage folders from gitignore
CEsGutierrez Nov 1, 2019
dc42e31
deletes the coverage folder
CEsGutierrez Nov 1, 2019
872d6f3
adds coverage folder to gitignore
CEsGutierrez Nov 1, 2019
6864c32
Merge pull request #34 from calopter/gitignore-cov-folder
mfunkemomo Nov 1, 2019
f5d6fb0
made changes to gitignore and deleted coverage files
mfunkemomo Nov 1, 2019
85ee58a
Merge pull request #33 from calopter/mk/updated-prod-contr-test
sarashahbaig Nov 1, 2019
1ac835c
fixture edited
sarashahbaig Nov 1, 2019
2d3bc4a
form changed
sarashahbaig Nov 1, 2019
8081667
edited
sarashahbaig Nov 1, 2019
23c9207
code refactored
sarashahbaig Nov 1, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added ,
Empty file.
Empty file added ]
Empty file.
44 changes: 44 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'

# Ignore bundler config.
/.bundle

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
.DS_Store
db/.DS_Store

# Ignore uploaded files in development
/storage/*
!/storage/.keep
db/seed_data/

/node_modules
/yarn-error.log

/public/assets
.byebug_history

# Ignore master key for decrypting credentials and more.
/config/master.key

# Ignore ctags
tags

#Env
.env

# Ignore ctags
tags

sarasbackup.md
momos_backup_code.md

coverage
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.5
94 changes: 94 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.5.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.3'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 3.11'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby

# Use CoffeeScript for .coffee assets and views
# gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use ActiveStorage variant
# gem 'mini_magick', '~> 4.8'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
end

group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end

group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
# Easy installation and use of chromedriver to run system tests with Chrome
gem 'chromedriver-helper'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'jquery-rails'
gem 'jquery-turbolinks'
gem 'bootstrap', '~> 4.1.3'
group :development, :test do
gem 'pry-rails'
end

group :development do
gem 'debase', '>= 0.2.4.1'
gem 'ruby-debug-ide', '>= 0.7.0'
end

group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'guard'
gem 'guard-minitest'
gem 'dotenv-rails'
end

group :test do
gem 'minitest-rails'
gem 'minitest-reporters'
gem 'minitest-skip'
gem 'simplecov', require: false
end

gem "omniauth"
gem "omniauth-github"

gem "pry-byebug"
Loading