Skip to content

Commit

Permalink
Updated README to indicate current version. Fixed test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kathgironpe committed Aug 13, 2015
1 parent 06bc8a5 commit 78e659d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'textile_editor_helper', '0.0.31'
Otherwise, this should work:

```ruby
gem 'textile_editor_helper', '0.1.2'
gem 'textile_editor_helper', '0.1.4'
```

## Rails Quickstart
Expand Down
2 changes: 1 addition & 1 deletion lib/textile_editor_helper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TextileEditorHelper
VERSION = "0.1.3"
VERSION = "0.1.4"
end
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
ENV['RACK_ENV'] = 'test'
ENV['RAILS_ENV'] = ENV['RACK_ENV']

require 'rails'
require 'minitest/pride'
require 'minitest/autorun'
require 'coveralls'
require File.dirname(__FILE__) + '/../lib/textile_editor_helper'

Coveralls.wear!

0 comments on commit 78e659d

Please sign in to comment.