This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vi /etc/environment | |
add these lines... | |
LANG=en_US.utf-8 | |
LC_ALL=en_US.utf-8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<style type="text/css" media="all"> | |
#main { | |
width: 300px; | |
height: 400px; | |
overflow: scroll; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failures: | |
1) MicropostsController POST 'create' failure should render the home page | |
Failure/Error: response.should render_template('pages/home') | |
expecting <"pages/home"> but rendering with <""> | |
# ./spec/controllers/microposts_controller_spec.rb:38:in `block (4 levels) in <top (required)>' | |
2) MicropostsController POST 'create' success should create a micropost | |
Failure/Error: lambda do | |
count should have been changed by 1, but was changed by 0 |