Project

General

Profile

Actions

Bug #13218

closed

testing

Added by donchev1 (Aleks Donchev) about 7 years ago. Updated over 5 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.0p0
[ruby-core:79555]

Description

I am following the Rails Tutorial e-book (https://www.railstutorial.org/book/modeling_users). I have reached chap6, where we must validity tests for user e-mails. I reached listing 6.23 added this line of code (VALID_EMAIL_REGEX = /\A[\w+\-.]+@[a-z\d\-]+(\.[a-z\d\-]+)*\.[a-z]+\z/i) to my file (app/models/user.rb) and then run 'rails test:models:' instead of showing me failing or successful tests on the console it tells me that I have encountered a bug. I am using the cloud 9 IDE. This is the whole message:


Files

bug-13218.log (57.1 KB) bug-13218.log nobu (Nobuyoshi Nakada), 02/16/2017 01:33 PM

Updated by nobu (Nobuyoshi Nakada) about 7 years ago

Please post the whole message.
And 2.3.0p0 is outdated, try 2.3.3.

Actions #2

Updated by nobu (Nobuyoshi Nakada) over 5 years ago

  • Status changed from Feedback to Rejected
Actions

Also available in: Atom PDF

Like0
Like0Like0