Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Refs: #2872
  • Loading branch information
shaun-technovation committed Jul 29, 2021
1 parent ba348c9 commit b9d032a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 29 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ gem "counter_culture", "~> 1.12"

gem "autoprefixer-rails", "~> 6.7"
gem "uglifier", "~> 3.2"
gem "coffee-rails", "~> 4.2"

gem "turbolinks", "~> 5.2"
gem "jquery-rails", "~> 4.3"
Expand Down Expand Up @@ -118,8 +117,7 @@ group :test do
gem "capybara", "~> 3.31"
gem "capybara-email", "~> 3.0.2"
gem "webdrivers"
gem 'rspec-rails', '~> 5.0.0'
gem 'selenium-webdriver'
gem "rspec-rails", "~> 3.8"

gem "pdf-reader", "~> 2.4"

Expand Down
46 changes: 21 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,6 @@ GEM
httparty
rails (>= 5.0, < 6.1.0)
cocoon (1.2.15)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
counter_culture (1.12.0)
Expand Down Expand Up @@ -301,6 +294,7 @@ GEM
mime-types-data (3.2021.0704)
mini_magick (4.9.4)
mini_mime (1.1.0)
mini_portile2 (2.5.3)
minitest (5.14.4)
msgpack (1.4.2)
multi_json (1.15.0)
Expand All @@ -311,6 +305,9 @@ GEM
netrc (0.11.0)
newrelic_rpm (7.1.0)
nio4r (2.5.7)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.7-x86_64-linux)
racc (~> 1.4)
normalize-rails (4.1.1)
Expand Down Expand Up @@ -405,23 +402,23 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (5.0.1)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rspec-support (~> 3.9.0)
rspec-rails (3.9.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (1.18.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down Expand Up @@ -540,6 +537,7 @@ GEM
zeitwerk (2.4.2)

PLATFORMS
ruby
x86_64-linux-musl

DEPENDENCIES
Expand All @@ -563,7 +561,6 @@ DEPENDENCIES
clipboard-rails (~> 1.7)
cloudflare-rails (~> 0.6)
cocoon (~> 1.2)
coffee-rails (~> 4.2)
counter_culture (~> 1.12)
countries (~> 1.2)
country_state_select (~> 3.0)
Expand Down Expand Up @@ -611,10 +608,9 @@ DEPENDENCIES
rails-controller-testing (~> 1.0)
rails-i18n (~> 6.0.0)
rails_autoscale_agent
rspec-rails (~> 5.0.0)
rspec-rails (~> 3.8)
sass-rails (~> 5.0)
scout_apm (~> 2.4)
selenium-webdriver
sidekiq (~> 4.2)
simple_form (~> 5.0)
sinatra (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:

- run:
name: Run RSpec tests
command: bundle exec rspec --order rand
command: bundle exec rspec

- store_artifacts:
path: tmp/screenshots
Expand Down

0 comments on commit b9d032a

Please sign in to comment.