Sha256: db31643e95351e309f23cf65ae45e58a1044fe9337821148c285ea3b46c58cfc

Contents?: true

Size: 331 Bytes

Versions: 6

Compression:

Stored size: 331 Bytes

Contents

%w(favorites feelings lifestyle numbers favorites-ish everything).each do |name|
  shared_context name do
    before { Surveyor::Parser.parse_file( File.join(Rails.root, '..', 'spec', 'fixtures', "#{name}.rb"), trace: false) }
  end
end

def gem_path(gem_name)
  spec = Gem::Specification.find_by_name(gem_name)
  spec.gem_dir
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 spec/support/shared.rb
upgrade_surveyor_gui-0.1.2 spec/support/shared.rb
surveyor_gui-0.1.2 spec/support/shared.rb
surveyor_gui-0.1.1 spec/support/shared.rb
surveyor_gui-0.1.0 spec/support/shared.rb
surveyor_gui-0.0.3 spec/support/shared.rb