Just updated the RoR 3.0 project to version 3.2. I moved CSS assets to the asset pipeline and now used SASS. My Rspec request specifications are still passed, but when I enter the save_and_open_page statement, the resulting page does not have CSS styles. HTML rendering is accurate, explaining the passing tests.
Any configuration ideas?
You can use capybara-screenshot gem for debugging.
capybara-screenshot
You will need a screenshot of the page you want to debug.
Set the gem and use screen_shot_and_open_image instead of save_and_open_page
screen_shot_and_open_image
save_and_open_page
Source: https://habr.com/ru/post/1397364/More articles:Configuring OpenGL on Fedora - cRichTextBox crashed when inserting a UIElement into it - c #How to crop and scale texture in OpenGL - opengl-esJTable header checkbox differs differently with Nimbus L & F - javaJava Are ArrayList and ArrayList two different classes? - javaHow does Microsoft decide to make static / member methods in C #? - c #C ++ basic polymorphism - c ++interested in average memory access time (AMAT) - performanceVisual Studio 2010 Code Coverage - visual-studioView files on a USB device in an Android tablet - androidAll Articles