spec/github/users/get_spec.rb in github_api-0.10.2 vs spec/github/users/get_spec.rb in github_api-0.11.0
- old
+ new
@@ -12,10 +12,10 @@
}
after { reset_authentication_for(subject) }
context "resource found for a user" do
- let(:body) { fixture('users/user.json') }
+ let(:body) { fixture('users/user.json') }
let(:status) { 200 }
it { should respond_to :find }
it "should get the resources" do