Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Fix broken spec
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Jul 27, 2013
1 parent e306043 commit 5dfa82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/source_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class SourceTest < Test::Unit::TestCase
end

should "set the local file for extraction storage" do
assert_match %r{source_data/localhost/activewarehouse_etl_test/people/\d+.csv}, @source.local_file.to_s
assert_match %r{source_data/127.0.0.1/activewarehouse_etl_test/people/\d+.csv}, @source.local_file.to_s
end
should "find 1 row" do
Person.delete_all
Expand Down

0 comments on commit 5dfa82e

Please sign in to comment.