Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Markech
refinerycms-acts-as-indexed
Commits
aa913992
Commit
aa913992
authored
Apr 09, 2018
by
Brice Sanchez
Browse files
Rename FactoryGirl to FactoryBot
parent
e6143583
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/features/refinery/acts_as_indexed/admin/search_spec.rb
View file @
aa913992
...
...
@@ -12,7 +12,7 @@ module Refinery
end
describe
"images extension"
do
let!
(
:image
)
{
Factory
Girl
.
create
(
:image
)
}
let!
(
:image
)
{
Factory
Bot
.
create
(
:image
)
}
before
do
visit
refinery
.
admin_images_path
end
...
...
@@ -31,7 +31,7 @@ module Refinery
describe
"resources extension"
do
before
do
Factory
Girl
.
create
(
:resource
)
Factory
Bot
.
create
(
:resource
)
visit
refinery
.
admin_resources_path
end
...
...
@@ -46,7 +46,7 @@ module Refinery
describe
"pages extension"
do
before
do
Factory
Girl
.
create
(
:page
,
:title
=>
"Téléphone"
)
Factory
Bot
.
create
(
:page
,
:title
=>
"Téléphone"
)
visit
refinery
.
admin_pages_path
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment