2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Upgrade rspec to 3.4.0.

This commit is contained in:
Guo Xiang Tan 2016-05-30 11:38:04 +08:00
parent e11c83341c
commit cb5be1fe8f
No known key found for this signature in database
GPG key ID: 19C321C8952B0F72
15 changed files with 40 additions and 44 deletions

View file

@ -3,7 +3,7 @@ require 'rails_helper'
describe DirectoryItemsController do
it "requires a `period` param" do
expect{ xhr :get, :index }.to raise_error
expect{ xhr :get, :index }.to raise_error(ActionController::ParameterMissing)
end
it "requires a proper `period` param" do