Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
fix Rspec.describe call for Server::UNIX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
//de committed Mar 24, 2015
1 parent 56cbe41 commit faafc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/reel/unix_server_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'
require 'net/http'

describe Reel::Server::UNIX do
RSpec.describe Reel::Server::UNIX do
let(:endpoint) { URI(example_url) }
let(:response_body) { "ohai thar" }

Expand Down

0 comments on commit faafc43

Please sign in to comment.