spec/unit/stash/wrapper/license_spec.rb in stash-wrapper-0.1.11 vs spec/unit/stash/wrapper/license_spec.rb in stash-wrapper-0.1.11.1
- old
+ new
@@ -8,10 +8,10 @@
attr_reader :params
before(:each) do
@params = {
name: 'Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)',
- uri: URI('http://creativecommons.org/licenses/by-sa/4.0/legalcode')
+ uri: URI('http://creativecommons.org/licenses/by-sa/4.0/')
}
end
it 'sets attributes from parameters' do
name = params[:name]