Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Merge 26d3386 into 747089c
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakis committed Dec 14, 2017
2 parents 747089c + 26d3386 commit 41a70ca
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 365 deletions.
23 changes: 0 additions & 23 deletions app/controllers/locations/map_controller.rb

This file was deleted.

98 changes: 0 additions & 98 deletions app/models/locations/map.rb

This file was deleted.

10 changes: 0 additions & 10 deletions app/views/locations/map/index.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Locations::Engine.routes.draw do
resources :map, only: [:index]
resources :hours_locations, path_names: { new: 'create' }
resources :holding_locations, path_names: { new: 'create' }
resources :libraries, path_names: { new: 'create' }
Expand Down
2 changes: 1 addition & 1 deletion lib/locations/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Locations
VERSION = "1.1.0"
VERSION = "1.2.0"
end
1 change: 0 additions & 1 deletion locations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'database_cleaner', '~> 1.3'
s.add_development_dependency 'poltergeist'
s.add_development_dependency 'coveralls'
s.add_development_dependency 'webmock'
s.add_development_dependency 'rails-controller-testing'
end
88 changes: 0 additions & 88 deletions spec/controllers/locations/map_controller_spec.rb

This file was deleted.

30 changes: 0 additions & 30 deletions spec/factories/locations/holding_locations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,6 @@
hours_location { build(:hours_location, hours_locations_args) }
end

factory :holding_location_stackmap, class: 'Locations::HoldingLocation' do
ignore do
library_args nil
end
label { 'Lewis Library' }
aeon_location false
recap_electronic_delivery_location false
open true
requestable false
always_requestable false
circulates true
code 'sci'
library { build(:library, library_args) }
end

factory :holding_location_stackmap_closed, class: 'Locations::HoldingLocation' do
ignore do
library_args nil
end
label { 'Lewis Library' }
aeon_location false
recap_electronic_delivery_location false
open true
requestable false
always_requestable false
circulates true
code 'scilal'
library { build(:library, library_args) }
end

factory :holding_location_title_locations, class: 'Locations::HoldingLocation' do
ignore do
library_args nil
Expand Down
92 changes: 0 additions & 92 deletions spec/models/locations/map_spec.rb

This file was deleted.

13 changes: 0 additions & 13 deletions spec/routing/locations/map_routing_spec.rb

This file was deleted.

Loading

0 comments on commit 41a70ca

Please sign in to comment.