Skip to content

Commit

Permalink
Merge pull request #23 from /issues/23
Browse files Browse the repository at this point in the history
examples の修正
  • Loading branch information
gongo committed Jul 3, 2013
2 parents 456782c + ec1b671 commit 91330c3
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ expand:
Example
--------------------

see https://github.com/gongo/turnip_formatter/tree/master/spec/examples
see https://github.com/gongo/turnip_formatter/tree/master/example

Add-on
--------------------
Expand Down
3 changes: 3 additions & 0 deletions example/.rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--color
-r turnip/rspec
-f progress
3 changes: 2 additions & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

$ cd /path/to/turnip_formatter
$ bundle install --path vendor/bundle
$ bundle exec rspec -r ./example/spec_helper example
$ cd example
$ bundle exec rspec
$ open report.html

## Screenshot
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion example/spec_helper.rb → example/spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'turnip/rspec'
require 'turnip_formatter'

RSpec.configure do |config|
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 91330c3

Please sign in to comment.