<FromGitter>
<anamba> the amber test suite is... bigger than i remember. i have a patch that fixes the build on 0.28.0, but wanted to see if all the specs would pass as well. it's taking a while. doesn't help that `shards install` is suuuuper slow for me, and it is being run many, many times
<FromGitter>
<Blacksmoke16> :/
<FromGitter>
<mixflame> hate those situations
<FromGitter>
<anamba> ... not sure whether that worked or not: ```
<FromGitter>
<anamba> Installing citrine-i18n (0.3.2) ⏎ Installing i18n (0.2.0) ⏎ Installing garnet_spec (0.2.1) ⏎ Installing selenium (0.4.0) ⏎ .--: line 0: cd: test_app: No such file or directory ... [https://gitter.im/amberframework/amber?at=5cb9369d3d78aa6c0358db00]
<FromGitter>
<mixflame> i'd say no
<FromGitter>
<mixflame> it cant CD in and it couldnt find your environment file
<FromGitter>
<anamba> well anyhow, here's the patch if anyone wants to try it
<FromGitter>
<Blacksmoke16> @silmanduin66 that would mean the record failed to save, check your db logs or do like a `pp user` after your `"NOT SAVED"` to see what the errors are
<FromGitter>
<Blacksmoke16> @hfjallemark currently its the intended behavior, although im not sure why either
<FromGitter>
<silmanduin66> thnaks ```pp user``` really helped me. I found that ```@errors= ⏎ [#<Granite::Error:0x56481ba29d80 @field="email", @message="already in use">]``` ⏎ ⏎ i still don t understand why it tries to validate the email if i m only changing the color. I ll try to find the solution . [https://gitter.im/amberframework/amber?at=5cb9bb1697dcb371d8daeff9]
<FromGitter>
<Blacksmoke16> im assuming its a record that you got from the db like `user = User.find 123`?