minor inprovements and included organizations in changelog

This commit is contained in:
shlok007 2017-08-23 19:53:35 +05:30
parent 3bd812728e
commit 2ff086ef0d
12 changed files with 199 additions and 90 deletions

View file

@ -298,7 +298,7 @@ feature 'Has correct abilities' do
expect(current_path).to eq(root_path)
visit admin_revision_history_path
expect(current_path).to eq(root_path)
expect(current_path).to eq(admin_revision_history_path)
end
end
end