Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Broken tests #33

Open
mauriciopasquier opened this issue May 3, 2015 · 1 comment
Open

Broken tests #33

mauriciopasquier opened this issue May 3, 2015 · 1 comment

Comments

@mauriciopasquier
Copy link

I got these failures when runing tests from master:

Run options: --seed 59812

# Running:

.......F....................S...........................................F..........................

1) Failure: sprockets_javascript::css#test_0002_finds the example bootstrap gem with a require directive [test/pipelines/sprockets/test_bootstrap.rb:41]:
Expected /normalize\.css/ to match "<!DOCTYPE html>\n<html>\n<head>\n.................

2) Failure: Padrino::Pipeline::Sprockets::asset_compression#test_0001_should not compress css in development mode [test/test_compression.rb:48]:
Expected /body\ \{\n/ to match "body{display:none}\n".

Number 2 didn't happen with every seed:

Run options: --seed 44568

# Running:

....S.........................................................F....................................

I was about to submit a pr for #20 but I don't want to break anything :P

@Ortuna
Copy link
Owner

Ortuna commented May 5, 2015

I'll take a look at whats going on here. Seems like failure 1 is an html rendered error of some sort? and the second one is being compressed when it shouldn't be compressed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants