test
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- test/fixtures/communication/website.yml 10 additions, 2 deletionstest/fixtures/communication/website.yml
- test/fixtures/communication/website/post.yml 3 additions, 3 deletionstest/fixtures/communication/website/post.yml
- test/fixtures/university.yml 1 addition, 1 deletiontest/fixtures/university.yml
- test/integration/summernote_test.rb 6 additions, 6 deletionstest/integration/summernote_test.rb
- test/services/git_repository_test.rb 8 additions, 0 deletionstest/services/git_repository_test.rb
- test/services/variant_service_test.rb 0 additions, 0 deletionstest/services/variant_service_test.rb
- test/support/vcr.rb 7 additions, 0 deletionstest/support/vcr.rb
... | @@ -54,6 +54,7 @@ gem 'summernote-rails', git: 'https://github.com/noesya/summernote-rails.git', b | ... | @@ -54,6 +54,7 @@ gem 'summernote-rails', git: 'https://github.com/noesya/summernote-rails.git', b |
group :development, :test do | group :development, :test do | ||
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
gem 'figaro' | gem 'figaro' | ||
gem 'vcr' | |||
end | end | ||
group :development do | group :development do | ||
... | ... |
test/services/git_repository_test.rb
0 → 100644
test/support/vcr.rb
0 → 100644
Please register or sign in to comment