Sha256: f5ba46565637adb3252f6e752d81a3c636f5411e7d495d532ee4445e14b08ee3

Contents?: true

Size: 377 Bytes

Versions: 5

Compression:

Stored size: 377 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe SearchHistoryHelper do
  
  #Delete this example and add some real ones or delete this file
  it "should be included in the object returned by #helper" do
    included_modules = (class << helper; self; end).send :included_modules
    included_modules.should include(SearchHistoryHelper)
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-3.0.0pre6 test_support/spec/helpers/search_history_helper_spec.rb
blacklight-3.0.0pre4 test_support/spec/helpers/search_history_helper_spec.rb
blacklight-3.0.0pre3 test_support/spec/helpers/search_history_helper_spec.rb
blacklight-3.0pre2 test_support/spec/helpers/search_history_helper_spec.rb
blacklight-3.0pre1 test_app/spec/helpers/search_history_helper_spec.rb