Skip to content

Commit

Permalink
Changed link for chef dk in directory file
Browse files Browse the repository at this point in the history
Signed-off-by: smriti <sgarg@msystechnologies.com>
  • Loading branch information
msys-sgarg committed Jul 6, 2021
1 parent bb1c5ee commit 1254c19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/supermarket/app/views/cookbooks/directory.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</li>

<li>
<%= link_to 'Chef Development Kit (Chef DK)', chef_downloads_url('chef-dk') %>
<%= link_to 'Chef Workstation', chef_downloads_url('tools/workstation') %>
</li>

<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@
expect(rendered).to have_selector("a[href]", text: test_kitchen_text)
end

it "has chefdk link pointing to correct url" do
render
expect(rendered).to have_link("Chef Workstation", href: "https://downloads.chef.io/tools/workstation")
end

it_behaves_like "community stats"
end

0 comments on commit 1254c19

Please sign in to comment.