specs
readme changelog version
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
0.1
|
||||
---
|
||||
* First version
|
||||
@@ -0,0 +1,9 @@
|
||||
Starter App
|
||||
===========
|
||||
|
||||
* Ruby 2
|
||||
* Rails 4
|
||||
* PostgreSQL
|
||||
* Twitter Bootstrap
|
||||
* Heroku
|
||||
* RSpec
|
||||
@@ -0,0 +1 @@
|
||||
0.1
|
||||
@@ -0,0 +1,8 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe 'Home' do
|
||||
it "shows Hello World message" do
|
||||
visit root_path
|
||||
expect(page).to have_content I18n.t('hello')
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user