Skip to content

Commit 1e23347

Browse files
author
Ben Zimmer
committed
removes some trailing white-spaces
1 parent a1cee78 commit 1e23347

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

spec/factories/story_factory.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def source
1414
def self.build(params = {})
1515
FakeStory.new(
1616
id: rand(100),
17-
title: params[:title] || Faker::Lorem.sentence,
18-
permalink: params[:permalink] || Faker::Internet.url,
17+
title: params[:title] || Faker::Lorem.sentence,
18+
permalink: params[:permalink] || Faker::Internet.url,
1919
body: params[:body] || Faker::Lorem.paragraph,
2020
feed: params[:feed] || FeedFactory.build,
2121
is_read: params[:is_read] || false,
2222
published: params[:published] ||Time.now)
2323
end
24-
end
24+
end

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def app
3030
end
3131

3232
def session
33-
last_request.env['rack.session']
33+
last_request.env['rack.session']
3434
end

0 commit comments

Comments
 (0)