Invite Users step

This commit is contained in:
Robin Ward
2016-09-13 15:14:17 -04:00
parent 35b767f6af
commit ef84981e38
19 changed files with 373 additions and 62 deletions

View File

@ -18,12 +18,6 @@ describe ExtraLocalesController do
get :show, bundle: '-invalid..character!!'
expect(response).to_not be_success
end
it "works with a valid bundle" do
get :show, bundle: 'admin'
expect(response).to be_success
expect(response.body).to be_present
end
end
end