spec/railtie_spec.rb in api-auth-1.2.6 vs spec/railtie_spec.rb in api-auth-1.3.0

- old
+ new

@@ -16,10 +16,10 @@ end respond_to do |format| format.xml { render :xml => "You are unauthorized to perform this action.", :status => 401 } format.json { render :json => "You are unauthorized to perform this action.", :status => 401 } - format.html { render :text => "You are unauthorized to perform this action", :status => 401 } + format.html { render :text => "You are unauthorized to perform this action", :status => 401 } end end end