Sha256: 5f326517a6173b6f92009cbd6b2efebc1c24732fbe7198867cdd8efdd26733eb

Contents?: true

Size: 821 Bytes

Versions: 13

Compression:

Stored size: 821 Bytes

Contents

Given /^bourbon is already installed$/ do
  install_bourbon
end

Given /^I install bourbon to "([^"]*)"$/ do |path|
end

Then /^the sass directories(?: with "([^"]+)" prefix)? should have been generated$/ do |prefix|
  sass_directories = ["addons", "css3", "functions"]
  sass_directories.map!{ |directory| bourbon_path(prefix, directory) }
  check_directory_presence(sass_directories, true)
end

Then /^the master bourbon partial should have been generated(?: within "([^"]+)" directory)?$/ do |prefix|
  check_file_presence([bourbon_path(prefix, '_bourbon.scss')], true)
end

Then /^bourbon should not have been generated$/ do
  check_directory_presence(['bourbon'], false)
end

Then /^the output should contain the current version of Bourbon$/ do
  assert_exact_output("Bourbon #{Bourbon::VERSION}\n", all_output)
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
bourbon-4.3.4 features/step_definitions/bourbon_steps.rb
bourbon-4.3.3 features/step_definitions/bourbon_steps.rb
bourbon-4.3.2 features/step_definitions/bourbon_steps.rb
bourbon-4.3.1 features/step_definitions/bourbon_steps.rb
bourbon-4.3.0 features/step_definitions/bourbon_steps.rb
bourbon-4.2.7 features/step_definitions/bourbon_steps.rb
bourbon-4.2.6 features/step_definitions/bourbon_steps.rb
bourbon-4.2.5 features/step_definitions/bourbon_steps.rb
bourbon-4.2.4 features/step_definitions/bourbon_steps.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/bourbon-4.2.3/features/step_definitions/bourbon_steps.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/bourbon-4.2.3/features/step_definitions/bourbon_steps.rb
bourbon-4.2.3 features/step_definitions/bourbon_steps.rb
bourbon-4.2.2 features/step_definitions/bourbon_steps.rb