test validate of city, company, industry
Showing
| ... | ... | @@ -44,10 +44,10 @@ group :development, :test do |
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
| gem 'rspec-rails' | ||
| gem 'capybara', '>= 2.15', '< 4.0' | ||
| gem 'rubocop', '0.57.1', require: false | ||
| gem 'factory_girl_rails', '4.9.0' | ||
| gem 'faker', '1.8.7' | ||
| end | ||
| group :development do | ||
| ... | ... |
app/views/devise/confirmations/new.html.erb
0 → 100644
app/views/devise/passwords/edit.html.erb
0 → 100644
app/views/devise/passwords/new.html.erb
0 → 100644
app/views/devise/registrations/edit.html.erb
0 → 100644
app/views/devise/registrations/new.html.erb
0 → 100644
app/views/devise/sessions/new.html.erb
0 → 100644
app/views/devise/shared/_links.html.erb
0 → 100644
app/views/devise/unlocks/new.html.erb
0 → 100644
spec/factories/city.rb
0 → 100644
spec/factories/company.rb
0 → 100644
spec/factories/industry.rb
0 → 100644
spec/factories/job.rb
0 → 100644
spec/factories/user.rb
0 → 100644
Please
register
or
sign in
to comment