upmin / upmin-admin-ruby

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

namespaced_model needs an ActsAsTaggableOn::Tag to pass the test #148

Closed jguitar closed 1 year ago

jguitar commented 9 years ago

Tests were broken

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 5.86 seconds (files took 1.44 seconds to load)
41 examples, 1 failure

Failed examples:

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

Randomized with seed 7310
mbrookes commented 9 years ago

Addresses #99