pulibrary / locations

Services around holding, delivery, and physical locations
MIT License
3 stars 0 forks source link

link to holding location and sort based on code #45

Closed tampakis closed 8 years ago

tampakis commented 8 years ago

Closes #41.

jpstroop commented 8 years ago

Why did the coverage drop so much?

tampakis commented 8 years ago

That's odd - it decided to include all of the engine-related files in the coverage this time. Can we configure coverage to ignore the files? lib/locations/version.rb, lib/locations/engine.rb, lib/locations.rb, lib/generators/locations/install_generator.rb

The install_generator clearly works if the specs are able to run...

escowles commented 8 years ago

@tampakis: you can add filters to exclude stuff. See https://github.com/pulibrary/plum/blob/master/spec/spec_helper.rb

tampakis commented 8 years ago

Thanks @escowles! Back to 100%