Skip to content

Commit

Permalink
small bits of reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Sep 26, 2013
1 parent 7f5321f commit fa57319
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'rspec/rails'
require 'capybara/rspec'

Dir[Rails.root.join("../../spec/support/**/*.rb")].each {|f| require f}
Dir[Rails.root.join("../../spec/support/**/*.rb")].each {|f| require f}

RSpec.configure do |config|
config.order = "random"
Expand Down
4 changes: 2 additions & 2 deletions spec/support/submitting_an_entry_spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_field_values
time: { hours: '1', minutes: '12', seconds: '00', am_pm: 'PM' },
website: 'www.google.com',
email: 'strongbad@homestarrunner.com',
file: '../test_files/text.txt',
file: '../fixtures/test_files/text.txt',
address: { street: '123 Main St.', city: 'Oakland', state: 'California', zipcode: '94609', country: 'United Kingdom' }
}
end
Expand All @@ -83,7 +83,7 @@ def test_field_values_two
time: { hours: '12', minutes: '1', seconds: '30', am_pm: 'AM' },
website: 'www.gizoogle.com',
email: 'homestar@homestarrunner.com',
file: '../test_files/text2.txt',
file: '../fixtures/test_files/text2.txt',
address: { street: '125 Main St.', city: 'Berkeley', state: 'California', zipcode: '94704', country: 'Algeria' }
}
end
Expand Down

0 comments on commit fa57319

Please sign in to comment.