mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-06 16:08:07 -05:00
Merge pull request #4354 from Growstuff/fix-crops-show-spec
Fix crops/show view spec
This commit is contained in:
@@ -12,6 +12,7 @@ describe "crops/show" do
|
||||
@current_member = @member
|
||||
@harvest = FactoryBot.create(:harvest, owner: @member)
|
||||
controller.stub(:current_user) { @member }
|
||||
assign(:version_members, {})
|
||||
end
|
||||
|
||||
it "hides sunniness block if no sunniness" do
|
||||
|
||||
Reference in New Issue
Block a user