-
- Downloads
Remove the react-rails gem (#2801)
* Remove react-rails gem * Fix broken view spec
Showing
- Gemfile 0 additions, 3 deletionsGemfile
- Gemfile.lock 0 additions, 11 deletionsGemfile.lock
- spec/requests/account_show_page_spec.rb 40 additions, 0 deletionsspec/requests/account_show_page_spec.rb
- spec/views/about/_contact.html.haml_spec.rb 5 additions, 1 deletionspec/views/about/_contact.html.haml_spec.rb
- spec/views/about/show.html.haml_spec.rb 5 additions, 3 deletionsspec/views/about/show.html.haml_spec.rb
- spec/views/accounts/show.html.haml_spec.rb 0 additions, 42 deletionsspec/views/accounts/show.html.haml_spec.rb
- spec/views/stream_entries/show.html.haml_spec.rb 8 additions, 3 deletionsspec/views/stream_entries/show.html.haml_spec.rb
... | ... | @@ -57,9 +57,6 @@ gem 'twitter-text' |
gem 'tzinfo-data' | ||
gem 'webpacker', '~>1.2' | ||
# For some reason the view specs start failing without this | ||
gem 'react-rails' | ||
group :development, :test do | ||
gem 'fabrication' | ||
gem 'fuubar' | ||
... | ... |
spec/requests/account_show_page_spec.rb
0 → 100644
Please register or sign in to comment