Sha256: bdfbc3dfb1396d781cd875619431bbc1aa22058423d11af4fdb661592e001080

Contents?: true

Size: 830 Bytes

Versions: 29

Compression:

Stored size: 830 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
  step %(the output should contain exactly "Bourbon #{Bourbon::VERSION}\n")
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
bourbon-4.2.1 features/step_definitions/bourbon_steps.rb
bourbon-4.2.0 features/step_definitions/bourbon_steps.rb
bourbon-4.2.0.beta features/step_definitions/bourbon_steps.rb
bourbon-4.2.0.pre features/step_definitions/bourbon_steps.rb
bourbon-3.2.4 features/step_definitions/bourbon_steps.rb
bourbon-4.1.1 features/step_definitions/bourbon_steps.rb
bourbon-4.1.0 features/step_definitions/bourbon_steps.rb
bourbon-4.1.0.pre features/step_definitions/bourbon_steps.rb
bourbon-3.2.3 features/step_definitions/bourbon_steps.rb
bourbon-4.0.2 features/step_definitions/bourbon_steps.rb
bourbon-4.0.1 features/step_definitions/bourbon_steps.rb
bourbon-3.2.1 features/step_definitions/bourbon_steps.rb
bourbon-4.0.0 features/step_definitions/bourbon_steps.rb
bourbon-3.2.0 features/step_definitions/bourbon_steps.rb
bourbon-4.0.0.rc2 features/step_definitions/bourbon_steps.rb
bourbon-4.0.0.rc1 features/step_definitions/bourbon_steps.rb
bourbon-3.2.0.beta.2 features/step_definitions/bourbon_steps.rb
bourbon-3.2.0.beta.1 features/step_definitions/bourbon_steps.rb
bourbon-3.1.8 features/step_definitions/bourbon_steps.rb
bourbon-3.1.7 features/step_definitions/bourbon_steps.rb