Skip to content

Commit

Permalink
Merge pull request #68 from coreydaley/master
Browse files Browse the repository at this point in the history
Fixing extended test failures by:
  • Loading branch information
bparees authored Nov 9, 2016
2 parents afc0746 + 5a13652 commit 26b5a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/welcome/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<h1>Welcome#index</h1>
<p>Find me in app/views/welcome/index.html.erb</p>
<h1>Hello, Rails!</h1>
<%= link_to 'My Blog', controller: 'articles' %>
3 changes: 1 addition & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ default: &default

development:
<<: *default
adapter: sqlite3
database: db/development.sqlite3

test:
adapter: sqlite3
database: db/test.sqlite3
Expand Down

0 comments on commit 26b5a51

Please sign in to comment.