Skip to content

Commit

Permalink
fix rspec script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dann Bohn committed Feb 21, 2024
1 parent 4da6391 commit 957c167
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ group :development do
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,4 @@ DEPENDENCIES
whenever

BUNDLED WITH
2.1.4
2.1.4
8 changes: 4 additions & 4 deletions bin/ci-rspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export RAILS_ENV=test
cp config/activity_insight.yml.circleci config/activity_insight.yml
# cp config/databse.yml.circleci config/database.yml
cp config/integration_passcode.yml.circleci config/integration_passcode.yml
mkdir app/parsing_files
mkdir spec/fixtures/post_prints
mkdir public/psu
mkdir public/log
mkdir -p app/parsing_files
mkdir -p spec/fixtures/post_prints
mkdir -p public/psu
mkdir -p public/log

## check bundle
bundle check || bundle
Expand Down

0 comments on commit 957c167

Please sign in to comment.