Skip to content

Commit

Permalink
Update name of specification example [ci skip]. (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrykiselev authored and nickcharlton committed Sep 27, 2017
1 parent e8c812b commit e5aa66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/administrate/page/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
expect(dashboard_page.resource_name).to eq "order"
end

it "returns a string for a namespaced resource path" do
it "returns a string for a resource path without namespace" do
dashboard = OrderDashboard.new
dashboard_page = Administrate::Page::Base.new(dashboard)

Expand Down

0 comments on commit e5aa66c

Please sign in to comment.