Skip to content

Commit

Permalink
Fix describe block names.
Browse files Browse the repository at this point in the history
  • Loading branch information
murraysum committed Jan 26, 2017
1 parent c900804 commit ea12d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/outage_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe Honeybadger::Api::Outage do

describe "initializing a new site" do
describe "initializing a new outage" do
before :all do
@outage = FactoryGirl.build :outage
end
Expand Down
2 changes: 1 addition & 1 deletion spec/uptime_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe Honeybadger::Api::UptimeCheck do

describe "initializing a new site" do
describe "initializing a new uptime check" do
before :all do
@uptime_check = FactoryGirl.build :uptime_check
end
Expand Down

0 comments on commit ea12d09

Please sign in to comment.