Skip to content

Commit 3575ed8

Browse files
committed
spec test
1 parent 4c9306b commit 3575ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Geodata
1717
class Application < Rails::Application
1818
# Initialize configuration defaults for originally generated Rails version.
1919
config.load_defaults 7.0
20-
config.action_mailer.default_options = { from: 'lib-geodata@berkeley.edu' }
20+
config.action_mailer.default_options = { from: 'fake@berkeley.edu' }
2121
config.lit_gtag_id = ENV.fetch('LIT_GTAG_ID', nil)
2222
# Configuration for the application, engines, and railties goes here.
2323
#

spec/system/application_system_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
it 'can veiw restricted data' do
99
visit '/catalog/berkeley-s7b12n'
10-
expect(page).to have_text('Login to View and Download')
10+
expect(page).to have_text('Administrative Boundary Maps of China, 1949-2014')
1111
end
1212
end

0 commit comments

Comments
 (0)