upmin / upmin-admin-ruby

Framework for creating powerful admin backends with minimal effort in Ruby on Rails.
MIT License
754 stars 66 forks source link

Namespaced model test failing #99

Closed mbrookes closed 8 years ago

mbrookes commented 10 years ago

With a fresh clone of master I get:

Failures:

  1) Taggable Search Views Acts As Taggable On Tags
     Failure/Error: expect(page).to(have_selector("a.search-result-link", count: 1))
       expected to find css "a.search-result-link" 1 time but there were no matches
     # ./spec/namespaced_model/taggable_spec.rb:13:in `block (2 levels) in <top (required)>'

Finished in 4.77 seconds (files took 1.39 seconds to load)
36 examples, 1 failure

Failed examples:

rspec ./spec/namespaced_model/taggable_spec.rb:9 # Taggable Search Views Acts As Taggable On Tags

Please let me know what additional info you need or steps I should take to isolate the cause if the problem looks like it's at my end.

joncalhoun commented 10 years ago

I'm not 100% sure what is going on, so I need to figure out if the test is just poorly written or there is a flaw in the code.

mbrookes commented 8 years ago

It's dead Jim.