Module: Heliosphere::RSpec

Defined in:
lib/heliosphere/rspec.rb

Instance Method Summary collapse

Instance Method Details

#with_searchObject



13
14
15
16
17
# File 'lib/heliosphere/rspec.rb', line 13

def with_search
  before :all do
    Stubs.with_search
  end
end

#without_searchObject



7
8
9
10
11
# File 'lib/heliosphere/rspec.rb', line 7

def without_search
  before :all do
    Stubs.without_search
  end
end