Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rderoldan1 committed Aug 7, 2013
1 parent 8fc462a commit 139a339
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/form_helper_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rspec'
require File.expand_path('../../lib/country_definitions', __FILE__)

describe 'helper' do

describe 'helper methods' do

it 'should include countries names' do
names = COUNTRY_NAMES
Expand Down
2 changes: 1 addition & 1 deletion spec/helper_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'rspec'
require File.expand_path('../../lib/rails_country_select', __FILE__)


require 'action_view'
require 'action_view/helpers'
Expand Down
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

Coveralls.wear! 'rails'

require "rails_country_select"
require File.expand_path('../../lib/rails_country_select', __FILE__)
require File.expand_path('../../lib/country_definitions', __FILE__)

RSpec.configure do |config|
end

0 comments on commit 139a339

Please sign in to comment.